Skip to content

Commit dc15dc8

Browse files
committed
Run generate-flags
1 parent 5835849 commit dc15dc8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

vertical-pod-autoscaler/docs/flags.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,14 @@ This document is auto-generated from the flag definitions in the VPA admission-c
1919
| `add-dir-header` | | | If true, adds the file directory to the header of the log messages |
2020
| `address` | string | ":8944" | The address to expose Prometheus metrics. |
2121
| `alsologtostderr` | | | log to standard error as well as files (no effect when -logtostderr=true) |
22+
| `alsologtostderrthreshold` | severity | | logs at or above this threshold go to stderr when -alsologtostderr=true (no effect when -logtostderr=true) |
2223
| `client-ca-file` | string | "/etc/tls-certs/caCert.pem" | Path to CA PEM file. |
2324
| `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>CPUStartupBoost=true\|false (ALPHA - default=false)<br>PerVPAConfig=true\|false (ALPHA - default=false) |
2425
| `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. |
2526
| `kube-api-burst` | float | 100 | QPS burst limit when making requests to Kubernetes apiserver |
2627
| `kube-api-qps` | float | 50 | QPS limit when making requests to Kubernetes apiserver |
2728
| `kubeconfig` | string | | Path to a kubeconfig. Only required if out-of-cluster. |
29+
| `legacy-stderr-threshold-behavior` | | true | If true, stderrthreshold is ignored when logtostderr=true (legacy behavior). If false, stderrthreshold is honored even when logtostderr=true |
2830
| `log-backtrace-at` | traceLocation | :0 | when logging hits line file:N, emit a stack trace |
2931
| `log-dir` | string | | If non-empty, write log files in this directory (no effect when -logtostderr=true) |
3032
| `log-file` | string | | If non-empty, use this log file (no effect when -logtostderr=true) |
@@ -62,6 +64,7 @@ This document is auto-generated from the flag definitions in the VPA recommender
6264
| `add-dir-header` | | | If true, adds the file directory to the header of the log messages |
6365
| `address` | string | ":8942" | The address to expose Prometheus metrics. |
6466
| `alsologtostderr` | | | log to standard error as well as files (no effect when -logtostderr=true) |
67+
| `alsologtostderrthreshold` | severity | | logs at or above this threshold go to stderr when -alsologtostderr=true (no effect when -logtostderr=true) |
6568
| `checkpoints-gc-interval` | | 10m0s | duration How often orphaned checkpoints should be garbage collected |
6669
| `checkpoints-timeout` | | 1m0s | duration Timeout for writing checkpoints since the start of the recommender's main loop |
6770
| `confidence-interval-cpu` | | 24h0m0s | duration The time interval used for computing the confidence multiplier for the CPU lower and upper bound. Default: 24h |
@@ -90,6 +93,7 @@ This document is auto-generated from the flag definitions in the VPA recommender
9093
| `leader-elect-resource-name` | string | "vpa-recommender-lease" | The name of resource object that is used for locking during leader election. |
9194
| `leader-elect-resource-namespace` | string | "kube-system" | The namespace of resource object that is used for locking during leader election. |
9295
| `leader-elect-retry-period` | | 2s | duration The duration the clients should wait between attempting acquisition and renewal of a leadership. This is only applicable if leader election is enabled. |
96+
| `legacy-stderr-threshold-behavior` | | true | If true, stderrthreshold is ignored when logtostderr=true (legacy behavior). If false, stderrthreshold is honored even when logtostderr=true |
9397
| `log-backtrace-at` | traceLocation | :0 | when logging hits line file:N, emit a stack trace |
9498
| `log-dir` | string | | If non-empty, write log files in this directory (no effect when -logtostderr=true) |
9599
| `log-file` | string | | If non-empty, use this log file (no effect when -logtostderr=true) |
@@ -147,6 +151,7 @@ This document is auto-generated from the flag definitions in the VPA updater cod
147151
| `add-dir-header` | | | If true, adds the file directory to the header of the log messages |
148152
| `address` | string | ":8943" | The address to expose Prometheus metrics. |
149153
| `alsologtostderr` | | | log to standard error as well as files (no effect when -logtostderr=true) |
154+
| `alsologtostderrthreshold` | severity | | logs at or above this threshold go to stderr when -alsologtostderr=true (no effect when -logtostderr=true) |
150155
| `evict-after-oom-threshold` | | 10m0s | duration The default duration to evict pods that have OOMed in less than evict-after-oom-threshold since start. |
151156
| `eviction-rate-burst` | int | 1 | Burst of pods that can be evicted. |
152157
| `eviction-rate-limit` | float | -1 | Number of pods that can be evicted per seconds. A rate limit set to 0 or -1 will disable the rate limiter. |
@@ -165,6 +170,7 @@ This document is auto-generated from the flag definitions in the VPA updater cod
165170
| `leader-elect-resource-name` | string | "vpa-updater" | The name of resource object that is used for locking during leader election. |
166171
| `leader-elect-resource-namespace` | string | "kube-system" | The namespace of resource object that is used for locking during leader election. |
167172
| `leader-elect-retry-period` | | 2s | duration The duration the clients should wait between attempting acquisition and renewal of a leadership. This is only applicable if leader election is enabled. |
173+
| `legacy-stderr-threshold-behavior` | | true | If true, stderrthreshold is ignored when logtostderr=true (legacy behavior). If false, stderrthreshold is honored even when logtostderr=true |
168174
| `log-backtrace-at` | traceLocation | :0 | when logging hits line file:N, emit a stack trace |
169175
| `log-dir` | string | | If non-empty, write log files in this directory (no effect when -logtostderr=true) |
170176
| `log-file` | string | | If non-empty, use this log file (no effect when -logtostderr=true) |
@@ -182,3 +188,4 @@ This document is auto-generated from the flag definitions in the VPA updater cod
182188
| `v,` | | : 4 | , --v Level set the log level verbosity (default 4) |
183189
| `vmodule` | moduleSpec | | comma-separated list of pattern=N settings for file-filtered logging |
184190
| `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. |
191+

0 commit comments

Comments
 (0)