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
@@ -146,6 +146,7 @@ This document is auto-generated from the flag definitions in the VPA updater cod
146
146
|`eviction-tolerance`| float | 0.5 | Fraction of replica count that can be evicted for update, if more than one pod can be evicted. |
147
147
|`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>InPlaceOrRecreate=true\|false (BETA - default=true)<br>PerVPAConfig=true\|false (ALPHA - default=false) |
148
148
|`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. |
149
+
|`in-place-skip-disruption-budget`||| If true, VPA updater skips disruption budget checks for in-place pod updates when all containers have NotRequired resize policy or no policy. Disruption budgets are still respected when any container has RestartContainer resize policy. |
149
150
|`in-recommendation-bounds-eviction-lifetime-threshold`|| 12h0m0s | duration Pods that live for at least that long can be evicted even if their request is within the [MinRecommended...MaxRecommended] range |
150
151
|`kube-api-burst`| float | 100 | QPS burst limit when making requests to Kubernetes apiserver |
151
152
|`kube-api-qps`| float | 50 | QPS limit when making requests to Kubernetes apiserver |
@@ -174,4 +175,3 @@ This document is auto-generated from the flag definitions in the VPA updater cod
174
175
|`v,`|| : 4 | , --v Level set the log level verbosity (default 4) |
175
176
|`vmodule`| moduleSpec || comma-separated list of pattern=N settings for file-filtered logging |
176
177
|`vpa-object-namespace`| string || Specifies the namespace to search for VPA objects. Leave empty to include all namespaces. If provided, the garbage collector will only clean this namespace. |
0 commit comments