Skip to content

Commit 45d8514

Browse files
authored
Merge pull request #22252 from wking/recommend-no-channel
modules/understanding-upgrade-channels: Recommend clearing channel
2 parents 746ca4a + 4244510 commit 45d8514

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

modules/understanding-upgrade-channels.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ ifndef::openshift-origin[]
2121
* `stable-{product-version}`
2222
* `eus-4.6` (only available when running 4.6)
2323

24+
If you do not want the Cluster Version Operator to fetch available updates from the upgrade recommendation service, you can use the `oc adm upgrade channel` command in the OpenShift CLI to configure an empty channel. This configuration can be helpful if, for example, a cluster has restricted network access and there is no local, reachable upgrade recommendation service.
25+
2426
endif::openshift-origin[]
2527
ifdef::openshift-origin[]
2628
{product-title} {product-version} offers the following upgrade channel:

updating/updating-cluster-between-minor.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ You can update, or upgrade, an {product-title} cluster between minor versions.
99

1010
[NOTE]
1111
====
12-
Because of the difficulty of changing update channels by using `oc`, use the web console to change the update channel. It is recommended to complete the update process within the web console. You can follow the steps in xref:../updating/updating-cluster-cli.adoc#updating-cluster-cli[Updating a cluster within a minor version by using the CLI] to complete the update after you change to a {product-version} channel.
12+
Use the web console or `oc adm upgrade channel _<channel>_` to change the update channel. You can follow the steps in xref:../updating/updating-cluster-cli.adoc#updating-cluster-cli[Updating a cluster within a minor version by using the CLI] to complete the update after you change to a {product-version} channel.
1313
====
1414

1515
== Prerequisites

0 commit comments

Comments
 (0)