Difference between revisions of "Kubernetes cluster-proportional-vertical-autoscaler"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
<code>[[gke.gcr.io]]/[[cpvpa]]-amd64:v0.8.3-gke.0</code> | <code>[[gke.gcr.io]]/[[cpvpa]]-amd64:v0.8.3-gke.0</code> | ||
+ | |||
+ | |||
+ | --alsologtostderr[=false]: log to standard error as well as files | ||
+ | --config-file: The default configuration (in JSON format). | ||
+ | --default-config: A config file (in JSON format), which overrides the --default-config. | ||
+ | --kube-config="": Path to a kubeconfig. Only required if running out-of-cluster. | ||
+ | --log-backtrace-at=:0: when logging hits line file:N, emit a stack trace | ||
+ | --log-dir="": If non-empty, write log files in this directory | ||
+ | --logtostderr[=false]: log to standard error instead of files | ||
+ | --namespace="": The Namespace of the --target. Defaults to ${MY_NAMESPACE}. | ||
+ | --poll-period-seconds=10: The period, in seconds, to poll cluster size and perform autoscaling. | ||
+ | --stderrthreshold=2: logs at or above this threshold go to stderr | ||
+ | --target="": Target to scale. In format: deployment/*, replicaset/* or daemonset/* (not case sensitive). | ||
+ | --v=0: log level for V logs | ||
+ | --version[=false]: Print the version and exit. | ||
+ | --vmodule=: comma-separated list of pattern=N settings for file-filtered logging | ||
== Related == | == Related == |
Latest revision as of 13:51, 19 September 2023
gke.gcr.io/cpvpa-amd64:v0.8.3-gke.0
--alsologtostderr[=false]: log to standard error as well as files --config-file: The default configuration (in JSON format). --default-config: A config file (in JSON format), which overrides the --default-config. --kube-config="": Path to a kubeconfig. Only required if running out-of-cluster. --log-backtrace-at=:0: when logging hits line file:N, emit a stack trace --log-dir="": If non-empty, write log files in this directory --logtostderr[=false]: log to standard error instead of files --namespace="": The Namespace of the --target. Defaults to ${MY_NAMESPACE}. --poll-period-seconds=10: The period, in seconds, to poll cluster size and perform autoscaling. --stderrthreshold=2: logs at or above this threshold go to stderr --target="": Target to scale. In format: deployment/*, replicaset/* or daemonset/* (not case sensitive). --v=0: log level for V logs --version[=false]: Print the version and exit. --vmodule=: comma-separated list of pattern=N settings for file-filtered logging
Related[edit]
See also[edit]
- Horizontal Pod Autoscaler (HPA), Horizontal cluster-proportional-autoscaler container, Kubernetes cluster-proportional-vertical-autoscaler, Kubernetes Horizontal cluster-proportional-autoscaler container,
FailedGetResourceMetric
- Kubernetes autoscaling, HPA, VPA, Karpenter, Kubernetes Autoscaler,
kubectl autoscale
, Kubernetes Metrics Server (KMS)
Advertising: