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-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -140,7 +140,7 @@ This document is auto-generated from the flag definitions in the VPA updater cod
140
140
|`add-dir-header`||| If true, adds the file directory to the header of the log messages |
141
141
|`address`| string | ":8943" | The address to expose Prometheus metrics. |
142
142
|`alsologtostderr`||| log to standard error as well as files (no effect when -logtostderr=true) |
143
-
|`evict-after-oom-threshold`|| 10m0s | duration Evict pod that has OOMed in less than evict-after-oom-threshold since start. |
143
+
|`evict-after-oom-threshold`|| 10m0s | duration The default duration to evict pod that has OOMed in less than evict-after-oom-threshold since start. |
144
144
|`eviction-rate-burst`| int | 1 | Burst of pods that can be evicted. |
145
145
|`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) |
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. |
@@ -174,4 +174,3 @@ This document is auto-generated from the flag definitions in the VPA updater cod
174
174
|`v,`|| : 4 | , --v Level set the log level verbosity (default 4) |
175
175
|`vmodule`| moduleSpec || comma-separated list of pattern=N settings for file-filtered logging |
176
176
|`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