-
Notifications
You must be signed in to change notification settings - Fork 1.9k
OTA-472: Reorganizing update book and removing redundancy #36015
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| [id="understanding-upgrade-channels"] | ||
| = Understanding upgrade channels and releases | ||
| include::modules/common-attributes.adoc[] | ||
| :context: understanding-upgrade-channels-releases | ||
|
|
||
| toc::[] | ||
|
|
||
| In {product-title} 4.1, Red Hat introduced the concept of channels for recommending the appropriate release versions for cluster upgrades. By controlling the pace of upgrades, these upgrade channels allow you to choose an upgrade strategy. Upgrade channels are tied to a minor version of {product-title}. For instance, {product-title} 4.8 upgrade channels recommend upgrades to 4.8 and upgrades within 4.8. They also recommend upgrades within 4.7 and from 4.7 to 4.8, to allow clusters on 4.7 to eventually upgrade to 4.8. They do not recommend upgrades to 4.9 or later releases. This strategy ensures that administrators explicitly decide to upgrade to the next minor version of {product-title}. | ||
|
||
|
|
||
| Upgrade channels control only release selection and do not impact the version of the cluster that you install; the `openshift-install` binary file for a specific version of {product-title} always installs that version. | ||
|
|
||
| ifndef::openshift-origin[] | ||
| {product-title} {product-version} offers the following upgrade channels: | ||
|
|
||
| * `candidate-{product-version}` | ||
| * `fast-{product-version}` | ||
| * `stable-{product-version}` | ||
| * `eus-4.6` (only available when running 4.6) | ||
|
|
||
| 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. | ||
|
||
|
|
||
| endif::openshift-origin[] | ||
| ifdef::openshift-origin[] | ||
| {product-title} {product-version} offers the following upgrade channel: | ||
|
|
||
| * `stable-4` | ||
|
|
||
| endif::openshift-origin[] | ||
|
|
||
| include::modules/understanding-upgrade-channels.adoc[leveloffset=+1] | ||
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's saying
A channel can be switched from the web console, but we don't document how to change it from web console. I'd suggest to add the procedure for it.