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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ This document is auto-generated from the flag definitions in the VPA recommender
91
91
|`--memory-histogram-decay-half-life`| 24h0m0s | The amount of time it takes a historical memory usage sample to lose half of its weight. In other words, a fresh usage sample is twice as 'important' as one with age equal to the half life period. |
92
92
|`--memory-saver`|| If true, only track pods which have an associated VPA |
93
93
|`--metric-for-pod-labels`| "up{job=\"kubernetes-pods\"}" | Which metric to look for pod labels in metrics |
94
-
|`--min-checkpoints`| 10 | Minimum number of checkpoints to write per recommender's main loop |
94
+
|`--min-checkpoints`| 10 | Minimum number of checkpoints to write per recommender's main loop. WARNING: this flag is deprecated and doesn't have any effect. It will be removed in a future release. Refer to update-worker-count to influence the minimum number of checkpoints written per loop.|
95
95
|`--one-output`|| If true, only write logs to their native severity level (vs also writing to each lower severity level; no effect when -logtostderr=true) |
96
96
|`--oom-bump-up-ratio`| 1.2 | The memory bump up ratio when OOM occurred, default is 1.2. |
97
97
|`--oom-min-bump-up-bytes`| 1.048576e+08 | The minimal increase of memory when OOM occurred in bytes, default is 100 * 1024 * 1024 |
@@ -119,7 +119,7 @@ This document is auto-generated from the flag definitions in the VPA recommender
|`--target-cpu-percentile`| 0.9 | CPU usage percentile that will be used as a base for CPU target recommendation. Doesn't affect CPU lower bound, CPU upper bound nor memory recommendations. |
121
121
|`--target-memory-percentile`| 0.9 | Memory usage percentile that will be used as a base for memory target recommendation. Doesn't affect memory lower bound nor memory upper bound. |
122
-
|`--update-worker-count`| 10 | Number of concurrent workers to update VPA recommendations and checkpoints. When increasing this setting, make sure the client-side rate limits (kube-api-qps and `kube-api-burst`) are either increased or turned off as well. |
122
+
|`--update-worker-count`| 10 | Number of concurrent workers to update VPA recommendations and checkpoints. When increasing this setting, make sure the client-side rate limits (kube-api-qps and `kube-api-burst`) are either increased or turned off as well. Determines the minimum number of VPA checkpoints written per recommender loop. |
123
123
|`--use-external-metrics`|| ALPHA. Use an external metrics provider instead of metrics_server. |
124
124
|`--username`|| The username used in the prometheus server basic auth |
0 commit comments