Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "cluster", Short: "Upgrade cluster", Long: "Upgrade cluster to a new available version. Use '--dry-run' to acknowledge any gates prior to attempting" + " an upgrade", Example: ` # Interactively schedule an upgrade on the cluster named "mycluster" rosa upgrade cluster --cluster=mycluster --interactive # Schedule a cluster upgrade within the hour rosa upgrade cluster -c mycluster --version 4.12.20 # Check if any gates need to be acknowledged prior to attempting an upgrading rosa upgrade cluster -c mycluster --version 4.12.20 --dry-run`, 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.