-
Notifications
You must be signed in to change notification settings - Fork 74
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
add a support kubernetes client QPS and Burst config #144
Comments
Is there a blocker to implement this, I ran into this issue recently and had to scale the CSR deploy horizontally so we can avoid the client side throttling? |
Discussed in #cert-manager on Slack: https://kubernetes.slack.com/archives/C4NV3DWUC/p1721239456716399 |
seankhliao
added a commit
to seankhliao/istio-csr
that referenced
this issue
Jul 18, 2024
Trust that server side API Priority and Fairness is enabled on the cluster, which will provide server side rate limiting. This allows a single istio-csr pod to serve larger bursts of traffic, such as when a large number of pods restart. Fixes cert-manager#144 Fixes cert-manager#217 Signed-off-by: Sean Liao <sean@liao.dev>
wallrj
pushed a commit
to seankhliao/istio-csr
that referenced
this issue
Jul 25, 2024
Trust that server side API Priority and Fairness is enabled on the cluster, which will provide server side rate limiting. This allows a single istio-csr pod to serve larger bursts of traffic, such as when a large number of pods restart. Fixes cert-manager#144 Fixes cert-manager#217 Signed-off-by: Sean Liao <sean@liao.dev>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We observed issue related to throttling, If we could get a option to reconfigure these parameter that would be helpful .
The text was updated successfully, but these errors were encountered: