Skip to content

Commit 560b691

Browse files
committed
Revert "Merge pull request #80813 from fmcdonal/OSDOCS-11543"
This reverts commit 5287c7c, reversing changes made to eb26fca.
1 parent cfb464a commit 560b691

File tree

4 files changed

+20
-2
lines changed

4 files changed

+20
-2
lines changed

_topic_maps/_topic_map_rosa_hcp.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -677,6 +677,13 @@ Name: Upgrading
677677
Dir: upgrading
678678
Distros: openshift-rosa-hcp
679679
Topics:
680+
# - Name: Preparing to upgrade ROSA to 4.9
681+
# File: rosa-upgrading-cluster-prepare
682+
# Distros: openshift-rosa-hcp
683+
# - Name: Upgrading ROSA with STS
684+
# File: rosa-upgrading-sts
685+
# - Name: Upgrading ROSA
686+
# File: rosa-upgrading
680687
- Name: Upgrading ROSA with HCP
681688
File: rosa-hcp-upgrading
682689
# ---

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,8 @@ $ 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: 5 additions & 2 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, run the following command:
114+
** To schedule the immediate upgrade of a machine pool:
115115
+
116116
[source,terminal]
117117
----
@@ -120,11 +120,14 @@ $ 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, run the following command:
123+
** To schedule an upgrade to start at a future time:
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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,6 @@ $ 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)