-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Set max-request-inflight for large cluster #4322
Comments
We do not seem to have that exposed in https://github.com/kubernetes/kops/blob/master/pkg/apis/kops/componentconfig.go Good news is that it is super easy to expose see https://github.com/kubernetes/kops/blob/master/docs/development/api_updates.md Add the struct value, generate api machinery and you are good to go! |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
This has been added and the issue can be closed. |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Hi,
Can I set the max-request-inflight by using kops? I have tried
kops edite cluster
spec:
kubeAPIServer:
maxRequestInflight: 1000
But it does not been recognized.
Thanks,
Charles
The text was updated successfully, but these errors were encountered: