-
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] rename --cgroups-per-qos to --experimental-cgroups-per-qos #36767
[kubelet] rename --cgroups-per-qos to --experimental-cgroups-per-qos #36767
Conversation
Jenkins unit/integration failed for commit 9278e985fb033dcabdf5c6e48b7e12e2600848c6. Full PR test history. The magic incantation to run this job again is |
Jenkins GCI GKE smoke e2e failed for commit 9278e985fb033dcabdf5c6e48b7e12e2600848c6. Full PR test history. The magic incantation to run this job again is |
Jenkins Kubemark GCE e2e failed for commit 9278e985fb033dcabdf5c6e48b7e12e2600848c6. Full PR test history. The magic incantation to run this job again is |
Jenkins GCI GCE e2e failed for commit 9278e985fb033dcabdf5c6e48b7e12e2600848c6. Full PR test history. The magic incantation to run this job again is |
Jenkins GCE etcd3 e2e failed for commit 9278e985fb033dcabdf5c6e48b7e12e2600848c6. Full PR test history. The magic incantation to run this job again is |
Jenkins GCE e2e failed for commit 9278e985fb033dcabdf5c6e48b7e12e2600848c6. Full PR test history. The magic incantation to run this job again is |
Jenkins GKE smoke e2e failed for commit 9278e985fb033dcabdf5c6e48b7e12e2600848c6. Full PR test history. The magic incantation to run this job again is |
The name change is fine. I know its used in hack/local-up as well, so we need to catch that area too. |
update hack/local-up and get red x's to go, and then it will be good for me. |
9278e98
to
c538144
Compare
Jenkins verification failed for commit c538144b862a6459221b04f975a231f7b984dfad. Full PR test history. The magic incantation to run this job again is |
…to reflect the true nature of that feature Signed-off-by: Vishnu kannan <vishnuk@google.com>
c538144
to
9066253
Compare
@derekwaynecarr this PR should be good to go now. |
Adding |
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
Automatic merge from submit-queue |
Automatic merge from submit-queue [kubelet]update some --cgroups-per-qos to --experimental-cgroups-per-qos Follow #36767, there are some fields still need update in docs or hack/local-up-cluster.sh
Automatic merge from submit-queue [kubelet]update some --cgroups-per-qos to --experimental-cgroups-per-qos Follow kubernetes/kubernetes#36767, there are some fields still need update in docs or hack/local-up-cluster.sh
Removing cherry-pick candidate label this is already in 1.5 |
This reflects the true nature of "cgroups per qos" feature.
This change is