BestEffort QoS class has min cpu shares#41621
Merged
k8s-github-robot merged 1 commit intoFeb 26, 2017
Merged
Conversation
Member
Author
Member
Author
|
@k8s-bot gce etcd3 e2e test this |
Member
Author
|
@k8s-bot non-cri e2e test this |
Contributor
|
/lgtm |
Member
Author
|
@k8s-bot test this |
c85a5f8 to
9a1e30f
Compare
|
[APPROVALNOTIFIER] This PR is APPROVED The following people have approved this PR: derekwaynecarr, k8s-merge-robot, vishh Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
k8s-github-robot
pushed a commit
that referenced
this pull request
Feb 25, 2017
Automatic merge from submit-queue (batch tested with PRs 41714, 41510, 42052, 41918, 31515) Disable cgroups-per-qos pending Burstable/cpu.shares being set Disable cgroups-per-qos to allow kubemark problems to still be resolved. Re-enable it once the following merge: #41753 #41644 #41621 Enabling it before cpu.shares is set on qos tiers can cause regressions since Burstable and BestEffort pods are given equal time.
Member
Author
|
Automatic merge from submit-queue |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this PR does / why we need it:
BestEffort QoS class is given the minimum amount of CPU shares per the QoS design.