Skip to content

Commit 5287c7c

Browse files
authored
Merge pull request #80813 from fmcdonal/OSDOCS-11543
OSDOCS-11543: Upgrading- Classic-HCP migration
2 parents eb26fca + 81729a9 commit 5287c7c

File tree

4 files changed

+2
-20
lines changed

4 files changed

+2
-20
lines changed

_topic_maps/_topic_map_rosa_hcp.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -669,13 +669,6 @@ Name: Upgrading
669669
Dir: upgrading
670670
Distros: openshift-rosa-hcp
671671
Topics:
672-
# - Name: Preparing to upgrade ROSA to 4.9
673-
# File: rosa-upgrading-cluster-prepare
674-
# Distros: openshift-rosa-hcp
675-
# - Name: Upgrading ROSA with STS
676-
# File: rosa-upgrading-sts
677-
# - Name: Upgrading ROSA
678-
# File: rosa-upgrading
679672
- Name: Upgrading ROSA with HCP
680673
File: rosa-hcp-upgrading
681674
# ---

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,3 @@ $ rosa upgrade cluster -c <cluster_name_or_id> --control-plane --schedule-date=<
8787
----
8888
+
8989
Your hosted control plane is scheduled for an upgrade at the specified time in Coordinated Universal Time (UTC).
90-
91-
ifeval::["{context}" != "rosa-hcp-upgrading-whole-cluster"]
92-
.Troubleshooting
93-
* Sometimes a scheduled upgrade does not initiate. See link:https://access.redhat.com/solutions/6648291[Upgrade maintenance canceled] for more information.
94-
endif::[]

modules/rosa-hcp-upgrading-cli-machinepool.adoc

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ $ rosa upgrade machinepool -c <cluster_name> <machinepool_name> [--schedule-date
111111
+
112112
You can upgrade multiple machine pools concurrently by running this command for each machine pool you want to upgrade.
113113

114-
** To schedule the immediate upgrade of a machine pool:
114+
** To schedule the immediate upgrade of a machine pool, run the following command:
115115
+
116116
[source,terminal]
117117
----
@@ -120,14 +120,11 @@ $ rosa upgrade machinepool -c <cluster_name> <machinepool_name> --version <versi
120120
+
121121
The machine pool is scheduled for immediate upgrade, which initiates a rolling replacement of all nodes in the specified machine pool.
122122

123-
** To schedule an upgrade to start at a future time:
123+
** To schedule an upgrade to start at a future time, run the following command:
124124
+
125125
[source,terminal]
126126
----
127127
$ rosa upgrade machinepool -c <cluster_name> <machinepool_name> --schedule-date=<yyyy-mm-dd> --schedule-time=<HH:mm> --version <version_number>
128128
----
129129
+
130130
The machine pool is scheduled to begin an upgrade at the specified time and date in Coordinated Universal Time (UTC). This will initiate a rolling replacement of all nodes in the specified machine pool, beginning at the specified time.
131-
132-
.Troubleshooting
133-
* Sometimes a scheduled upgrade does not initiate. See link:https://access.redhat.com/solutions/6648291[Upgrade maintenance canceled] for more information.

modules/rosa-hcp-upgrading-cli-tutorial.adoc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,3 @@ $ rosa upgrade machinepool -c <cluster_name> <machinepool_name> [--schedule-date
9191
----
9292
+
9393
Your machine pool is now scheduled for an upgrade.
94-
95-
.Troubleshooting
96-
* Sometimes a scheduled upgrade does not initiate. See link:https://access.redhat.com/solutions/6648291[Upgrade maintenance cancelled] for more information.

0 commit comments

Comments
 (0)