Skip to content

Commit

Permalink
Update content/docs/devops-tips/scaling-cert-manager.md
Browse files Browse the repository at this point in the history
Co-authored-by: Maël Valais <mael@vls.dev>
Signed-off-by: Richard Wall <wallrj@users.noreply.github.com>
  • Loading branch information
wallrj and maelvls authored Apr 30, 2024
1 parent 6592015 commit cb3053b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/devops-tips/scaling-cert-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ By default cert-manager [throttles the rate of requests to the Kubernetes API se
Historically this was intended to prevent cert-manager from overwhelming the Kubernetes API server,
but modern versions of Kubernetes implement [API Priority and Fairness](https://kubernetes.io/docs/concepts/cluster-administration/flow-control/),
which obviates the need for client side throttling.
You can increase the threshold of the the client-side rate limiter using the following helm values:
You can increase the threshold of the client-side rate limiter using the following helm values:

```yaml
# helm-values.yaml
Expand Down

0 comments on commit cb3053b

Please sign in to comment.