kubelet container manager cgroup detection should error if cpu and memory differ #25909
Labels
kind/bug
Categorizes issue or PR as related to a bug.
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
sig/node
Categorizes an issue or PR as relevant to SIG Node.
Milestone
kubelet
container manager setup node routine should ensure that cpu and memory cgroups for container runtime are of the same value, and warn if they are equal to/
.For background, on systemd environments, the default unit file for
docker
has CPU and Memory accounting not enabled, so the /proc/.../cgroup file reports/
as cpu cgroup.#25907 (comment)
The text was updated successfully, but these errors were encountered: