|
1 | 1 | # Vertical Pod Autoscaler Flags
|
2 | 2 | This document contains the flags for all VPA components.
|
3 | 3 |
|
| 4 | +To view the most recent _release_ of flags for all VPA components, consult the release tag [flags(1.3.0)](/kubernetes/autoscaler/blob/vertical-pod-autoscaler-1.3.0/vertical-pod-autoscaler/docs/flags.md) documentation. |
| 5 | + |
4 | 6 | > **Note:** This document is auto-generated from the default branch (master) of the VPA repository.
|
5 | 7 |
|
6 | 8 | # What are the parameters to VPA admission-controller?
|
@@ -34,7 +36,7 @@ This document is auto-generated from the flag definitions in the VPA admission-c
|
34 | 36 | | `--tls-cert-file` | "/etc/tls-certs/serverCert.pem" | Path to server certificate PEM file. |
|
35 | 37 | | `--tls-ciphers` | | A comma-separated or colon-separated list of ciphers to accept. Only works when min-tls-version is set to tls1_2. |
|
36 | 38 | | `--tls-private-key` | "/etc/tls-certs/serverKey.pem" | Path to server certificate key PEM file. |
|
37 |
| -| `--v` | 4 | Set the log level verbosity | |
| 39 | +| `--v` | | Set the log level verbosity | |
38 | 40 | | `--vmodule` | | comma-separated list of pattern=N settings for file-filtered logging |
|
39 | 41 | | `--vpa-object-namespace` | | Specifies the namespace to search for VPA objects. Leave empty to include all namespaces. If provided, the garbage collector will only clean this namespace. |
|
40 | 42 | | `--webhook-address` | | Address under which webhook is registered. Used when registerByURL is set to true. |
|
@@ -119,7 +121,7 @@ This document is auto-generated from the flag definitions in the VPA recommender
|
119 | 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. |
|
120 | 122 | | `--use-external-metrics` | | ALPHA. Use an external metrics provider instead of metrics_server. |
|
121 | 123 | | `--username` | | The username used in the prometheus server basic auth |
|
122 |
| -| `--v` | 4 | Set the log level verbosity | |
| 124 | +| `--v` | | Set the log level verbosity | |
123 | 125 | | `--vmodule` | | comma-separated list of pattern=N settings for file-filtered logging |
|
124 | 126 | | `--vpa-object-namespace` | | Specifies the namespace to search for VPA objects. Leave empty to include all namespaces. If provided, the garbage collector will only clean this namespace. |
|
125 | 127 |
|
@@ -161,7 +163,7 @@ This document is auto-generated from the flag definitions in the VPA updater cod
|
161 | 163 | | `--stderrthreshold` | | set the log level threshold for writing to standard error |
|
162 | 164 | | `--updater-interval` | 1m0s | How often updater should run |
|
163 | 165 | | `--use-admission-controller-status` | true | If true, updater will only evict pods when admission controller status is valid. |
|
164 |
| -| `--v` | 4 | Set the log level verbosity | |
| 166 | +| `--v` | | Set the log level verbosity | |
165 | 167 | | `--vmodule` | | comma-separated list of pattern=N settings for file-filtered logging |
|
166 | 168 | | `--vpa-object-namespace` | | Specifies the namespace to search for VPA objects. Leave empty to include all namespaces. If provided, the garbage collector will only clean this namespace. |
|
167 | 169 |
|
0 commit comments