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
{{ message }}
This repository has been archived by the owner on Oct 10, 2020. It is now read-only.
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)
The text was updated successfully, but these errors were encountered:
Using
virt7-container-common-candidate
ends up having kubelet run viarunc
.This results in:
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)
The text was updated successfully, but these errors were encountered: