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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ This document is auto-generated from the flag definitions in the VPA admission-c
36
36
|`--tls-cert-file`| "/etc/tls-certs/serverCert.pem" | Path to server certificate PEM file. |
37
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. |
38
38
|`--tls-private-key`| "/etc/tls-certs/serverKey.pem" | Path to server certificate key PEM file. |
39
-
|`--v`|| Set the log level verbosity |
39
+
|`--v`|4| Set the log level verbosity |
40
40
|`--vmodule`|| comma-separated list of pattern=N settings for file-filtered logging |
41
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. |
42
42
|`--webhook-address`|| Address under which webhook is registered. Used when registerByURL is set to true. |
@@ -121,7 +121,7 @@ This document is auto-generated from the flag definitions in the VPA recommender
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
122
|`--use-external-metrics`|| ALPHA. Use an external metrics provider instead of metrics_server. |
123
123
|`--username`|| The username used in the prometheus server basic auth |
124
-
|`--v`|| Set the log level verbosity |
124
+
|`--v`|4| Set the log level verbosity |
125
125
|`--vmodule`|| comma-separated list of pattern=N settings for file-filtered logging |
126
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. |
127
127
@@ -163,7 +163,7 @@ This document is auto-generated from the flag definitions in the VPA updater cod
163
163
|`--stderrthreshold`|| set the log level threshold for writing to standard error |
164
164
|`--updater-interval`| 1m0s | How often updater should run |
165
165
|`--use-admission-controller-status`| true | If true, updater will only evict pods when admission controller status is valid. |
166
-
|`--v`|| Set the log level verbosity |
166
+
|`--v`|4| Set the log level verbosity |
167
167
|`--vmodule`|| comma-separated list of pattern=N settings for file-filtered logging |
168
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. |
0 commit comments