-
Notifications
You must be signed in to change notification settings - Fork 40.1k
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
Backport MAX_PODS_PER_NODE env from #63114 to 1.10 #63621
Backport MAX_PODS_PER_NODE env from #63114 to 1.10 #63621
Conversation
Manual test passed. MAX_PODS_PER_NODE=60 goes to the nodes as a --max-pods=60 flag of kubelet. |
e2260a0
to
5590b2a
Compare
/priority important-soon |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bowei, grayluck 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 |
/ok-to-test |
/retest Review the full test history for this PR. Silence the bot with an |
/retest |
/test all [submit-queue is verifying that this PR is safe to merge] |
Automatic merge from submit-queue. |
What this PR does / why we need it:
Backport
MAX_PODS_PER_NODE
env changes from #63114 to 1.10. This allows GCE/GKE users to explicitly set default limits on how many pods a node can have for the nodes in this cluster.Special notes for your reviewer:
/assign @bowei
Release note: