mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-08-05 05:20:28 +00:00
When the container runtime provides stats via CRI, cAdvisor only needs to track the root container for node-level resource and filesystem metrics. Set DisableContainerDiscovery on the cAdvisor manager to skip plugin initialization, cgroup watchers, and subcontainer scanning in that mode. Signed-off-by: Damien Grisonnet <dgrisonn@redhat.com>