Skip to content

Commit 88070c0

Browse files
authored
Merge pull request #55663 from mburke5678/use_ocadmupgrade2_fix_version
Fix versioning that was changed in 55005
2 parents 3c5ddcd + c7e7732 commit 88070c0

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

modules/update-upgrading-cli.adoc

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -59,18 +59,18 @@ For details and information on how to perform an `EUS-to-EUS` channel upgrade, p
5959
_Preparing to perform an EUS-to-EUS upgrade_ page, listed in the Additional resources section.
6060
====
6161

62-
. Based on your organization requirements, set the appropriate upgrade channel. For example, you can set your channel to `stable-4.10`, `fast-4.10`, or `eus-4.10`. For more information about channels, refer to _Understanding update channels and releases_ listed in the Additional resources section.
62+
. Based on your organization requirements, set the appropriate upgrade 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.
6363
+
6464
[source,terminal]
6565
----
6666
$ oc adm upgrade channel <channel>
6767
----
6868
+
69-
For example, to set the channel to `stable-4.10`:
69+
For example, to set the channel to `stable-{product-version}`:
7070
+
71-
[source,terminal]
71+
[source,terminal,subs="attributes+"]
7272
----
73-
$ oc adm upgrade channel stable-4.10
73+
$ oc adm upgrade channel stable-{product-version}
7474
----
7575
+
7676
[IMPORTANT]
@@ -133,10 +133,10 @@ $ oc get nodes
133133
[source,terminal]
134134
----
135135
NAME STATUS ROLES AGE VERSION
136-
ip-10-0-168-251.ec2.internal Ready master 82m v1.23.12+8a6bfe4
137-
ip-10-0-170-223.ec2.internal Ready master 82m v1.23.12+8a6bfe4
138-
ip-10-0-179-95.ec2.internal Ready worker 70m v1.23.12+8a6bfe4
139-
ip-10-0-182-134.ec2.internal Ready worker 70m v1.23.12+8a6bfe4
140-
ip-10-0-211-16.ec2.internal Ready master 82m v1.23.12+8a6bfe4
141-
ip-10-0-250-100.ec2.internal Ready worker 69m v1.23.12+8a6bfe4
136+
ip-10-0-168-251.ec2.internal Ready master 82m v1.25.0
137+
ip-10-0-170-223.ec2.internal Ready master 82m v1.25.0
138+
ip-10-0-179-95.ec2.internal Ready worker 70m v1.25.0
139+
ip-10-0-182-134.ec2.internal Ready worker 70m v1.25.0
140+
ip-10-0-211-16.ec2.internal Ready master 82m v1.25.0
141+
ip-10-0-250-100.ec2.internal Ready worker 69m v1.25.0
142142
----

0 commit comments

Comments
 (0)