atomic icon indicating copy to clipboard operation
atomic copied to clipboard

Kubelet stats

Open nuriel77 opened this issue 7 years ago • 1 comments

Using virt7-container-common-candidate ends up having kubelet run via runc. This results in:

runc[11144]: E0606 09:51:28.986046   11225 summary.go:92] Failed to get system container stats for "/systemd/system.slice": failed to get cgroup stats for "/systemd/system.slice": failed to get container info for "/systemd/system.slice": unknown container "/systemd/system.slice"

It seems to me that kubelet is unable to access the host's /systemd/system.slice where it can read container stats. Is this a known issue? How is kubelet supposed to read container stats? (Using Docker as container runtime for all k8s containers)

nuriel77 avatar Jun 06 '18 09:06 nuriel77

I think I'm having a related problem https://lists.projectatomic.io/projectatomic-archives/atomic-devel/2018-June/msg00063.html

rvernica avatar Jun 14 '18 21:06 rvernica