Skip to content

Commit

Permalink
Explain KUBE_API_BURST and KUBE_API_QPS
Browse files Browse the repository at this point in the history
  • Loading branch information
norbjd authored and knative-prow-robot committed Jul 31, 2023
1 parent 9027208 commit 0a3a7d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/300-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ spec:
value: "kourier-system"
- name: ENABLE_SECRET_INFORMER_FILTERING_BY_CERT_UID
value: "false"
# KUBE_API_BURST and KUBE_API_QPS allows to configure maximum burst for throttle and maximum QPS to the server from the client.
# Setting these values using env vars is possible since https://github.com/knative/pkg/pull/2755.
# 200 is an arbitrary value, but it speeds up kourier startup duration, and the whole ingress reconciliation process as a whole.
- name: KUBE_API_BURST
value: "200"
- name: KUBE_API_QPS
Expand Down

0 comments on commit 0a3a7d4

Please sign in to comment.