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
@@ -59,7 +55,9 @@ For details and information on how to perform an `EUS-to-EUS` channel update, pl
59
55
_Preparing to perform an EUS-to-EUS upgrade_ page, listed in the Additional resources section.
60
56
====
61
57
62
-
. Based on your organization requirements, set the appropriate update channel. For example, you can set your channel to `stable-4.12`, `fast-4.12`, or `eus-4.12`. For more information about channels, refer to _Understanding update channels and releases_ listed in the Additional resources section.
58
+
. Based on your organization requirements, set the appropriate update channel. For example, you can set your channel to `stable-4.13` or `fast-4.13`. For more information about channels, refer to _Understanding update channels and releases_ listed in the Additional resources section.
59
+
//this example will need to be updated per eus release to reflect options available
60
+
63
61
+
64
62
[source,terminal]
65
63
----
@@ -117,17 +115,16 @@ updated to the new version:
117
115
+
118
116
[source,terminal]
119
117
----
120
-
$ oc get clusterversion
118
+
$ oc adm upgrade
121
119
----
122
120
+
123
121
.Example output
124
122
[source,terminal]
125
123
----
126
-
127
124
Cluster version is <version>
128
125
129
126
Upstream is unset, so the cluster will use an appropriate default.
No updates available. You may force an update to a specific release image, but doing so might not be supported and might result in downtime or data loss.
133
130
----
@@ -138,7 +135,7 @@ If the `oc get clusterversion` command displays the following error while the `P
138
135
[source,terminal]
139
136
----
140
137
NAME VERSION AVAILABLE PROGRESSING SINCE STATUS
141
-
version 4.10.26 True True 24m Unable to apply 4.11.0-rc.7: an unknown error has occurred: MultipleErrors
138
+
version <version> True True 24m Unable to apply <version>: an unknown error has occurred: MultipleErrors
142
139
----
143
140
====
144
141
. If you are updating your cluster to the next minor version, such as version X.y to X.(y+1), it is recommended to confirm that your nodes are updated before deploying workloads that rely on a new feature:
0 commit comments