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-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ This document is auto-generated from the flag definitions in the VPA admission-c
14
14
|`address`| string | ":8944" | The address to expose Prometheus metrics. |
15
15
|`alsologtostderr`||| log to standard error as well as files (no effect when -logtostderr=true) |
16
16
|`client-ca-file`| string | "/etc/tls-certs/caCert.pem" | Path to CA PEM file. |
17
+
|`container-recommendation-max-allowed-cpu`| string || Maximum amount of CPU that will be recommended for a container. |
17
18
|`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>InPlaceOrRecreate=true\|false (ALPHA - default=false) |
18
19
|`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. |
19
20
|`kube-api-burst`| float | 100 | QPS burst limit when making requests to Kubernetes apiserver |
@@ -37,7 +38,7 @@ This document is auto-generated from the flag definitions in the VPA admission-c
37
38
|`tls-cert-file`| string | "/etc/tls-certs/serverCert.pem" | Path to server certificate PEM file. |
38
39
|`tls-ciphers`| string || A comma-separated or colon-separated list of ciphers to accept. Only works when min-tls-version is set to tls1_2. |
39
40
|`tls-private-key`| string | "/etc/tls-certs/serverKey.pem" | Path to server certificate key PEM file. |
40
-
|`v,`|| : 4 | , --v Level set the log level verbosity (default 4) |
41
+
|`v,`|| : 4 | , --v Level set the log level verbosity (default 4) |
41
42
|`vmodule`| moduleSpec || comma-separated list of pattern=N settings for file-filtered logging |
42
43
|`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. |
43
44
|`webhook-address`| string || Address under which webhook is registered. Used when registerByURL is set to true. |
registerWebhook=flag.Bool("register-webhook", true, "If set to true, admission webhook object will be created on start up to register with the API server.")
79
80
webhookLabels=flag.String("webhook-labels", "", "Comma separated list of labels to add to the webhook object. Format: key1:value1,key2:value2")
80
81
registerByURL=flag.Bool("register-by-url", false, "If set to true, admission webhook will be registered by URL (webhookAddress:webhookPort) instead of by service name")
82
+
maxAllowedCpu=flag.String("container-recommendation-max-allowed-cpu", "", "Maximum amount of CPU that will be recommended for a container.")
0 commit comments