Closed brancz closed 5 years ago
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale
.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close
.
Send feedback to sig-testing, kubernetes/test-infra and/or fejta. /lifecycle stale
Stale issues rot after 30d of inactivity.
Mark the issue as fresh with /remove-lifecycle rotten
.
Rotten issues close after an additional 30d of inactivity.
If this issue is safe to close now please do so with /close
.
Send feedback to sig-testing, kubernetes/test-infra and/or fejta. /lifecycle rotten
Rotten issues close after 30d of inactivity.
Reopen the issue with /reopen
.
Mark the issue as fresh with /remove-lifecycle rotten
.
Send feedback to sig-testing, kubernetes/test-infra and/or fejta. /close
@fejta-bot: Closing this issue.
Currently no CRI implementation actually implements the
ListContainerStats
orContainerStats
calls of the CRI interface. Upstream kubernetes/kubernetes is trying to get rid of the hard cAdvisor dependency, and relies on the CRI implementations to implement these calls in order for the kubelet to be able to continue to function properly - without cAdvisor.Apart from that it would allow for individual projects to evolve around these stats APIs, so cAdvisor doesn't need to be a generic sink in order to support all container runtimes and all monitoring system integrations.