Difference between revisions of "Kubernetes cluster-proportional-vertical-autoscaler"

From wikieduonline
Jump to navigation Jump to search
(Created page with " == See also == * {{HPA}} Category:K8s")
 
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
* https://github.com/kubernetes-sigs/cluster-proportional-vertical-autoscaler
  
  
 +
<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 ==
 +
* [[Kubernetes Horizontal cluster-proportional-autoscaler container]]
  
 
== See also ==
 
== See also ==
 
* {{HPA}}
 
* {{HPA}}
 +
* {{Kubernetes autoscaling}}
  
 
[[Category:K8s]]
 
[[Category:K8s]]

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]

Advertising: