-
Notifications
You must be signed in to change notification settings - Fork 922
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
allow configuring queries per second/qps #773
Comments
/sig cli |
/assign |
/unassign |
@juliantaylor do you have list of commands that you wanted to propose the qps flag for? for example like,
|
can't it be a generic option that applies to all subcommands like timeouts? all commands should be instantiating the same client-go instance? If not apply is most relevant as often does a lot of api requests when applying many resources as it needs to get the resources first for patching and then create a patch. And apply --prune does even more requests. |
This is roughly related to discussions we had around #866. /priority backlog |
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. |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
@fejta-bot: Closing this issue. In response to this:
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. |
@Nick-Triller: You can't reopen an issue/PR unless you authored it or you are a collaborator. In response to this:
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 believe being able to configure QPS is still a relevant feature and would be helpful for us. |
kubectl currently has a hardcoded query per second value of 5. This can make for example pruning resources extremely slow as it will pretty much immediately start throttling.
It would be useful when the queries per second would be configurable so one could for some usecases like apply and pruning increase it.
The text was updated successfully, but these errors were encountered: