You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/rosa-upgrading-manual-ocm.adoc
+21-5Lines changed: 21 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,14 @@
3
3
// * rosa_upgrading/rosa-upgrading.adoc
4
4
// * rosa_upgrading/rosa-upgrading-sts.adoc
5
5
6
+
// adding this ifeval hcp-in-rosa when a hcp procedure appears in the rosa distro as well as the hcp distro
7
+
8
+
ifdef::openshift-rosa[]
9
+
ifeval::["{context}" == "rosa-hcp-upgrading"]
10
+
:hcp-in-rosa:
11
+
endif::[]
12
+
endif::openshift-rosa[]
13
+
6
14
ifeval::["{context}" == "rosa-upgrading-sts"]
7
15
:sts:
8
16
endif::[]
@@ -11,7 +19,7 @@ endif::[]
11
19
[id="rosa-upgrade-ocm_{context}"]
12
20
= Upgrading with the {cluster-manager} console
13
21
14
-
You can schedule upgrades for a ROSA (classic architecture) cluster manually either one time or on a recurring schedule by using {cluster-manager} console.
22
+
You can schedule upgrades for a ROSA cluster manually either one time or on a recurring schedule by using {cluster-manager} console.
15
23
16
24
.Procedure
17
25
@@ -20,20 +28,20 @@ You can schedule upgrades for a ROSA (classic architecture) cluster manually eit
20
28
. Click the *Settings* tab.
21
29
. In the *Update strategy* pane, select which type of update you want:
22
30
** For individual updates, you can request the upgrade either immediately (to start within an hour) or at a future time.
23
-
** For recurring updates, choose a recurring date and time to start the upgrade automatically to the latest x.y.Z (z-stream) version available.
31
+
** For recurring updates, select a recurring date and time to start the upgrade automatically to the latest x.y.Z (z-stream) version available.
24
32
+
25
33
[IMPORTANT]
26
34
====
27
35
Recurring updates are applicable only for z-stream updates. Minor version or y-stream updates need to be done manually. You will be notified when a new y-stream update is available.
28
36
====
29
-
+
37
+
ifndef::hcp-in-rosa,openshift-rosa-hcp[]
30
38
. Optional: In the *Node draining* pane, select a grace period interval from the list. The grace period enables the nodes to gracefully drain before forcing the pod eviction. The default is *1 hour*.
31
39
+
32
40
[IMPORTANT]
33
41
====
34
42
You cannot change the node drain grace period after you start the upgrade process.
35
43
====
36
-
+
44
+
endif::[]
37
45
. In the *Update strategy* pane, click *Save* to apply your update strategy.
38
46
. In the *Update status* pane, review the *Update available* information and click *Update*.
39
47
+
@@ -60,4 +68,12 @@ The cluster is scheduled for an upgrade to the target version. This action can t
60
68
The status is displayed in the *Update status* pane.
61
69
62
70
.Troubleshooting
63
-
* Sometimes a scheduled upgrade does not trigger. See link:https://access.redhat.com/solutions/6648291[Upgrade maintenance cancelled] for more information.
71
+
* Sometimes a scheduled upgrade does not trigger. See link:https://access.redhat.com/solutions/6648291[Upgrade maintenance cancelled] for more information.
0 commit comments