Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "autoscaler", Aliases: []string{"cluster-autoscaler"}, Short: "Create an autoscaler for 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 create an autoscaler to a cluster named "mycluster" rosa create autoscaler --cluster=mycluster --interactive # Create a cluster-autoscaler where it should skip nodes with local storage rosa create autoscaler --cluster=mycluster --skip-nodes-with-local-storage # Create a cluster-autoscaler with log verbosity of '3' rosa create autoscaler --cluster=mycluster --log-verbosity 3 # Create a cluster-autoscaler with total CPU constraints rosa create autoscaler --cluster=mycluster --min-cores 10 --max-cores 100`, Run: run, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.