Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions modules/update-upgrading-cli.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -59,18 +59,18 @@ For details and information on how to perform an `EUS-to-EUS` channel upgrade, p
_Preparing to perform an EUS-to-EUS upgrade_ page, listed in the Additional resources section.
====

. 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.
. 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.
+
[source,terminal]
----
$ oc adm upgrade channel <channel>
----
+
For example, to set the channel to `stable-4.10`:
For example, to set the channel to `stable-{product-version}`:
+
[source,terminal]
[source,terminal,subs="attributes+"]
----
$ oc adm upgrade channel stable-4.10
$ oc adm upgrade channel stable-{product-version}
----
+
[IMPORTANT]
Expand Down Expand Up @@ -133,10 +133,10 @@ $ oc get nodes
[source,terminal]
----
NAME STATUS ROLES AGE VERSION
ip-10-0-168-251.ec2.internal Ready master 82m v1.23.12+8a6bfe4
ip-10-0-170-223.ec2.internal Ready master 82m v1.23.12+8a6bfe4
ip-10-0-179-95.ec2.internal Ready worker 70m v1.23.12+8a6bfe4
ip-10-0-182-134.ec2.internal Ready worker 70m v1.23.12+8a6bfe4
ip-10-0-211-16.ec2.internal Ready master 82m v1.23.12+8a6bfe4
ip-10-0-250-100.ec2.internal Ready worker 69m v1.23.12+8a6bfe4
ip-10-0-168-251.ec2.internal Ready master 82m v1.25.0
ip-10-0-170-223.ec2.internal Ready master 82m v1.25.0
ip-10-0-179-95.ec2.internal Ready worker 70m v1.25.0
ip-10-0-182-134.ec2.internal Ready worker 70m v1.25.0
ip-10-0-211-16.ec2.internal Ready master 82m v1.25.0
ip-10-0-250-100.ec2.internal Ready worker 69m v1.25.0
----