-
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
Fix cpu cfs quota flag with pod cgroups #61294
Fix cpu cfs quota flag with pod cgroups #61294
Conversation
fyi @sjenning @aveshagarwal - still need to fix unit tests and ensure it passes cross-compile. |
60c487a
to
f68f3ff
Compare
I tested this PR and it is working as expected. |
/test cross |
/test pull-kubernetes-cross |
/kind bug |
/sig node |
this is a regression and should also probably be picked into 1.9 |
/priority critical-urgent |
@liggitt wanna peek at this? LGTM 👍 |
@dchen1107 @Random-Liu @vishh - one of you around to LGTM this? |
/status approved-for-milestone |
/lgtm |
[MILESTONENOTIFIER] Milestone Pull Request: Up-to-date for process Pull Request Labels
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: derekwaynecarr, sjenning The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/test all [submit-queue is verifying that this PR is safe to merge] |
Automatic merge from submit-queue (batch tested with PRs 61351, 61294). If you want to cherry-pick this change to another branch, please follow the instructions here. |
@derekwaynecarr: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
Automatic merge from submit-queue. UPSTREAM: 61294: Fix cpu cfs quota flag with pod cgroups https://bugzilla.redhat.com/show_bug.cgi?id=1554471 Upstream: kubernetes/kubernetes#61294
Automatic merge from submit-queue. UPSTREAM: 61294: Fix cpu cfs quota flag with pod cgroups https://bugzilla.redhat.com/show_bug.cgi?id=1554471 Upstream: kubernetes#61294 Origin-commit: 248eabbd43cc3b677ce96cc4fdc4c00eda0c44b7
What this PR does / why we need it:
It fixes the cpu-cfs-quota flag in the kubelet when pod cgroups are enabled.
Which issue(s) this PR fixes
Fixes #61293
Special notes for your reviewer:
This is a regression reported by some of our users that disable cpu quota enforcement.
Release note: