$ rosa upgrade cluster --help
Red Hat OpenShift Service on AWS (ROSA) executes all cluster upgrades as part of the managed service. You do not need to run any commands or make changes to the cluster. You can schedule the upgrades at a convenient time.
Ways to schedule a cluster upgrade include:
Manually using the command line interface (CLI): Start a one-time immediate upgrade or schedule a one-time upgrade for a future date and time.
Manually using the Red Hat OpenShift Cluster Manager user interface (UI): Start a one-time immediate upgrade or schedule a one-time upgrade for a future date and time.
Automated upgrades: Set an upgrade window for recurring y-stream upgrades whenever a new version is available without needing to manually schedule it. Minor versions have to be manually scheduled.
For more details about cluster upgrades, run the following command:
$ rosa upgrade cluster --help
Check if there is an upgrade available by running the following command:
$ rosa list upgrade -c <cluster-name>
$ rosa list upgrade -c <cluster-name>
VERSION NOTES
4.14.7 recommended
4.14.6
...
In the above example, versions 4.14.7 and 4.14.6 are both available.
Schedule the cluster to upgrade within the hour by running the following command:
$ rosa upgrade cluster -c <cluster-name> --version <desired-version>
Optional: Schedule the cluster to upgrade at a later date and time by running the following command:
$ rosa upgrade cluster -c <cluster-name> --version <desired-version> --schedule-date <future-date-for-update> --schedule-time <future-time-for-update>
Log in to the OpenShift Cluster Manager, and select the cluster you want to upgrade.
Click Settings.
If an upgrade is available, click Update.
Select the version to which you want to upgrade in the new window.
Schedule a time for the upgrade or begin it immediately.
Log in to the OpenShift Cluster Manager, and select the cluster you want to upgrade.
Click Settings.
Under Update Strategy, click Recurring updates.
Set the day and time for the upgrade to occur.
Under Node draining, select a grace period to allow the nodes to drain before pod eviction.
Click Save.