-
Notifications
You must be signed in to change notification settings - Fork 39.7k
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
cgroup names created by kubelet should be lowercased #42497
cgroup names created by kubelet should be lowercased #42497
Conversation
/cc @vishh |
for reference, i believe future users will view our naming syntax confusing with its use of mixed case. as a result, i think this is a bug. there is no issue to reference, as users have not tried integrating or introspecting the cgroupfs yet. |
Agree this is a bug in that we are potentially causing problems in the future |
One more option is to have cgroup manager default to lower case names. It might break tests though and could lead to confusion if the defaulting isn't obvious. |
Will tag once the tests pass. |
everything but the cross build is happy due to node problem detector problems. |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED The following people have approved this PR: derekwaynecarr, vishh Needs approval from an approver in each of these OWNERS Files:
We suggest the following people: |
2ce3117
to
48d822e
Compare
rebased, retagging. |
@k8s-bot kops aws e2e test this |
GCE failure is #42597 The other is a federation flake not impacted by this pr. |
Automatic merge from submit-queue |
Uff! Finally it's merged...
…On Mon, Mar 6, 2017 at 8:43 PM, Kubernetes Submit Queue < ***@***.***> wrote:
Merged #42497 <#42497>.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#42497 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AGvIKMG_PgYvwtXQMaG_5uLGrtP55r0Nks5rjOB2gaJpZM4MSrSA>
.
|
What this PR does / why we need it:
This PR modifies the kubelet to create cgroupfs names that are lowercased. This better aligns us with the naming convention for cgroups v2 and other cgroup managers in ecosystem (docker, systemd, etc.)
See: https://www.kernel.org/doc/Documentation/cgroup-v2.txt
"2-6-2. Avoid Name Collisions"
Special notes for your reviewer:
none
Release note: