Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "autoscaler", Aliases: []string{"cluster-autoscaler"}, Short: "Edit the autoscaler of a cluster", Long: "Configuring cluster-wide autoscaling behavior. At least one machine-pool should " + "have autoscaling enabled for the configuration to be active", Example: ` # Interactively edit an autoscaler to a cluster named "mycluster" rosa edit autoscaler --cluster=mycluster --interactive # Edit a cluster-autoscaler to skip nodes with local storage rosa edit autoscaler --cluster=mycluster --skip-nodes-with-local-storage # Edit a cluster-autoscaler with log verbosity of '3' rosa edit autoscaler --cluster=mycluster --log-verbosity 3 # Edit a cluster-autoscaler with total CPU constraints rosa edit autoscaler --cluster=mycluster --min-cores 10 --max-cores 100`, Run: run, Args: cobra.NoArgs, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.