You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running cAdvisor as a DaemonSet in GKE (version 1.29.6). While trying to collect custom labels from all containers in my pod, I'm only getting them from the gke.gcr.io/pause@sha256 image in pod.
We've faced the same issue and found that the problem here is that containerd doesn't have the labels in all the containers of the pod and cadvisor scrapes at containerd level. Not sure if much can be done.
For example, note our missing my.redacted.kabel/* in the helper container:
Hello!
I'm running cAdvisor as a DaemonSet in GKE (version 1.29.6). While trying to collect custom labels from all containers in my pod, I'm only getting them from the
gke.gcr.io/pause@sha256
image in pod.Args from cadvisor:
Could you help me identify what I might be missing? I would appreciate any insights.
The text was updated successfully, but these errors were encountered: