kubectl apply is slow due to client side throttling #1722
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
I constantly see these kind of messages when doing
kubectl apply -f - --server-side --force-conflicts --prune --applyset=<applyset>
: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.
The text was updated successfully, but these errors were encountered: