Skip to content

Commit 0ee2d8a

Browse files
committed
Run hack/generate-flags.sh
1 parent b2a081d commit 0ee2d8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vertical-pod-autoscaler/docs/flags.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ This document is auto-generated from the flag definitions in the VPA recommender
9191
| `--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. |
9292
| `--memory-saver` | | If true, only track pods which have an associated VPA |
9393
| `--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. |
9595
| `--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) |
9696
| `--oom-bump-up-ratio` | 1.2 | The memory bump up ratio when OOM occurred, default is 1.2. |
9797
| `--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
119119
| `--storage` | | Specifies storage mode. Supported values: prometheus, checkpoint |
120120
| `--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. |
121121
| `--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. |
123123
| `--use-external-metrics` | | ALPHA. Use an external metrics provider instead of metrics_server. |
124124
| `--username` | | The username used in the prometheus server basic auth |
125125
| `--v` | 4 | Set the log level verbosity |

0 commit comments

Comments
 (0)