projectatomic / atomic

Atomic Run Tool for installing/running/managing container images.
Other
526 stars 139 forks source link

Kubelet stats #1238

Open nuriel77 opened 6 years ago

nuriel77 commented 6 years ago

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)

rvernica commented 6 years ago

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