Open
Description
I constantly see these kind of messages when doing kubectl apply -f - --server-side --force-conflicts --prune --applyset=<applyset>
:
Waited for 14.1888454s due to client-side throttling, not priority and fairness, request: GET:https:<url>
Likely this is due to having a decent amount of custom CRD's which causes me to hit the client side limit.
I tried to find a way to increase the client limits but these seem to be not configurable. My server can easily handle more (and if not I could simply add more powerful hardware). How to disable or increase this limit when using the cli? Having to wait is annoying and costly. I think its fine to have somewhat conservative limits by default but they should be configurable in a way.