I’ve added that. The pods are newly deployed after the change. But it makes no difference. No data available ![]()
[...]
containers:
- name: cadvisor
image: checkmk/cadvisor-patched:1.4.0
command:
- /usr/bin/cadvisor
args:
- '--housekeeping_interval=30s'
- '--max_housekeeping_interval=35s'
- '--event_storage_event_limit=default=0'
- '--event_storage_age_limit=default=0'
- '--store_container_labels=false'
- '--whitelisted_container_labels=io.kubernetes.container.name,io.kubernetes.pod.name,io.kubernetes.pod.namespace,io.kubernetes.pod.uid'
- '--global_housekeeping_interval=30s'
- '--event_storage_event_limit=default=0'
- '--event_storage_age_limit=default=0'
- '--disable_metrics=percpu,process,sched,tcp,udp,diskIO,disk,network'
- '--allow_dynamic_housekeeping=true'
- '--storage_duration=1m0s'
- '--containerd=/run/docker/containerd/containerd.sock'
ports:
- name: http
containerPort: 8080
protocol: TCP
[...]
For further testing I added a second cluster to checkmk. It uses v1.24.7 and shows the values directly (without adding the containerd.sock path to the deamonset) in the dashboard:
