You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vertical-pod-autoscaler/docs/flags.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -148,7 +148,7 @@ This document is auto-generated from the flag definitions in the VPA updater cod
148
148
|`alsologtostderr`||| log to standard error as well as files (no effect when -logtostderr=true) |
149
149
|`evict-after-oom-threshold`|| 10m0s | duration Evict pod that has OOMed in less than evict-after-oom-threshold since start. |
150
150
|`eviction-rate-burst`| int | 1 | Burst of pods that can be evicted. |
151
-
|`eviction-rate-limit`| float || Number of pods that can be evicted per seconds. A rate limit set to 0 or -1 will disable<br>the rate limiter. (default -1)|
151
+
|`eviction-rate-limit`| float |-1 | Number of pods that can be evicted per seconds. A rate limit set to 0 or -1 will disablethe rate limiter. |
152
152
|`eviction-tolerance`| float | 0.5 | Fraction of replica count that can be evicted for update, if more than one pod can be evicted. |
153
153
|`feature-gates`| mapStringBool || A set of key=value pairs that describe feature gates for alpha/experimental features. Options are:<br>AllAlpha=true\|false (ALPHA - default=false)<br>AllBeta=true\|false (BETA - default=false)<br>PerVPAConfig=true\|false (ALPHA - default=false) |
154
154
|`ignored-vpa-object-namespaces`| string || A comma-separated list of namespaces to ignore when searching for VPA objects. Leave empty to avoid ignoring any namespaces. These namespaces will not be cleaned by the garbage collector. |
0 commit comments