-
Notifications
You must be signed in to change notification settings - Fork 375
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kubelet cgroup settings not optimal #205
Comments
The failure to remove cgroups is coming from the fact that footloose does a forced bind mount of the host cgroup fs into the containers in RO mode. 🤦 Getting rid of that (with custom built footloose) does get rid of the error, but does not seem to help with flakyness of the sig-network testing on footloose. |
The first problem is caused by a mismatch in the assigned Cgroups for memory and cpu:
|
This was referenced Sep 25, 2020
jnummelin
pushed a commit
that referenced
this issue
Sep 28, 2020
fixes #205 Signed-off-by: Karen Almog <kalmog@mirantis.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Kubelet dumps the following warning:
Also related:
We probably should try to detect if we're running under systemd setup and set the cgroups properly on kubelet.
The text was updated successfully, but these errors were encountered: