Commit 7770299
committed
fix: raise default --kube-api-qps/--kube-api-burst to 50/100
The previous defaults (QPS=20, Burst=30) cause client-side throttling
with as few as 100 ScaledObjects, adding ~5s delay per status PATCH and
making scale-to-zero take 15-20 minutes instead of ~5.5 minutes.
Raise all three components (operator, metrics adapter, webhooks) to
QPS=50 / Burst=100 to match what other large-scale controllers use
(e.g. ArgoCD 50/100) while remaining well below API server capacity.
Relates to #7613
Signed-off-by: Mikhail Fedosin <mfedosin@redhat.com>1 parent accbfb6 commit 7770299
3 files changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
241 | | - | |
242 | | - | |
| 241 | + | |
| 242 | + | |
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
104 | | - | |
| 103 | + | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
69 | | - | |
| 68 | + | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
0 commit comments