Skip to content

Commit d70e38b

Browse files
authored
Merge pull request #93981 from fmcdonal/OSDOCS-14102
OSDOCS-14102 Pre-publish feedback for Upgrading
2 parents 4c647af + df00617 commit d70e38b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

modules/rosa-hcp-upgrade-options.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Upgrade nodes in a machine pool:: {product-title} machine pool upgrades are desi
1212

1313
[IMPORTANT]
1414
====
15-
You cannot upgrade the hosted control plane at the same time as any machine pool upgrade.
15+
You cannot upgrade the hosted control plane at the same time as any machine pool upgrade. You will need to upgrade the hosted control plane first, and then upgrade machine pools.
1616
====
1717

1818
[IMPORTANT]

modules/rosa-hcp-upgrading-cli-control-plane.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,14 @@ VERSION NOTES
6767
+
6868
[source,terminal]
6969
----
70-
$ rosa upgrade cluster -c <cluster_name_or_id> --control-plane [--schedule-date=<yyyy-mm-dd> --schedule-time=<HH:mm>] --version <version_number>
70+
$ rosa upgrade cluster -c <cluster_name_or_id> [--schedule-date=<yyyy-mm-dd> --schedule-time=<HH:mm>] --version <version_number>
7171
----
7272

7373
** To schedule an immediate upgrade to the specified version, run the following command:
7474
+
7575
[source,terminal]
7676
----
77-
$ rosa upgrade cluster -c <cluster_name_or_id> --control-plane --version <version_number>
77+
$ rosa upgrade cluster -c <cluster_name_or_id> --version <version_number>
7878
----
7979
+
8080
Your hosted control plane is scheduled for an immediate upgrade.
@@ -83,7 +83,7 @@ Your hosted control plane is scheduled for an immediate upgrade.
8383
+
8484
[source,terminal]
8585
----
86-
$ rosa upgrade cluster -c <cluster_name_or_id> --control-plane --schedule-date=<yyyy-mm-dd> --schedule-time=<HH:mm> --version=<version_number>
86+
$ rosa upgrade cluster -c <cluster_name_or_id> --schedule-date=<yyyy-mm-dd> --schedule-time=<HH:mm> --version=<version_number>
8787
----
8888
+
8989
Your hosted control plane is scheduled for an upgrade at the specified time in Coordinated Universal Time (UTC).

0 commit comments

Comments
 (0)