-
Notifications
You must be signed in to change notification settings - Fork 40k
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 failed to create "/system" cgroup #35214
Comments
By the way, we have poor to no test coverage on features like this. |
isnt that running systemd? you shouldn't do any of this anymore on systemd nodes. |
@derekwaynecarr there are two bugs (I didn't include enough information in the original issue):
|
@dchen1107 should we fix this for 1.5? |
FYI: #35319 should fix the GCI On Thu, Oct 27, 2016 at 11:35 AM, Yu-Ju Hong [email protected]
|
This regression is caused by a change in libcontainerd: opencontainers/runc#1013 I looked around a little bit and we have a CgroupManager in kubelet that wraps around the library, but the |
I can take a look at this today. On Wed, Nov 9, 2016 at 12:25 PM, Yu-Ju Hong [email protected]
|
Spoke with Vish, I'll take this. I'm going to try and get a patch by tomorrow that we can cherry-pick into 1.4.6 (cc @jessfraz ) |
Automatic merge from submit-queue Fix getting cgroup pids Fixes #35214, #33232 Verified manually, but I didn't have time to run all the e2e's yet (will check it in the morning). This should be cherry-picked into 1.4, and merged into 1.5 (/cc @saad-ali ) ```release-note Fix fetching pids running in a cgroup, which caused problems with OOM score adjustments & setting the /system cgroup ("misc" in the summary API). ``` /cc @kubernetes/sig-node
Automatic merge from submit-queue (batch tested with PRs 37692, 37785, 37647, 37941, 37856) Verify misc container in summary test Should detect issue from #35214, #37453 /cc @piosz @dchen1107
On a debian-based containervm node, kubelet no long creates the "/system" cgroup and moves processes into it.
From kubelet.log:
/cc @kubernetes/sig-node
The text was updated successfully, but these errors were encountered: