-
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
Increase max requests inflight limits in gce for very large clusters #62650
Increase max requests inflight limits in gce for very large clusters #62650
Conversation
@wojtek-t: Adding do-not-merge/release-note-label-needed because the release note process has not been followed. One of the following labels is required "release-note", "release-note-action-required", or "release-note-none". 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. |
/lgtm |
@@ -1455,7 +1455,9 @@ function start-kube-apiserver { | |||
fi | |||
if [[ -n "${NUM_NODES:-}" ]]; then | |||
# If the cluster is large, increase max-requests-inflight limit in apiserver. | |||
if [[ "${NUM_NODES}" -ge 1000 ]]; then | |||
if [[ "${NUM_NODES}" -ge 3000 ]]; then |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One more thing I earlier forgot - could you please also make such a change for kubemark?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
/hold |
3f003ee
to
1bcdfdb
Compare
PTAL |
/hold cancel |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: shyamjvs, wojtek-t 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. If you want to cherry-pick this change to another branch, please follow the instructions here. |
No description provided.