1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-06 06:46:26 +01:00
Files
openshift-docs/modules/update-upgrading-web.adoc
2020-10-13 20:51:46 +00:00

84 lines
2.7 KiB
Plaintext

// Module included in the following assemblies:
//
// * updating/updating-cluster.adoc
// * updating/updating-cluster-between-minor.adoc
ifeval::["{context}" == "updating-cluster"]
:within:
endif::[]
ifeval::["{context}" == "updating-cluster-between-minor"]
:between:
endif::[]
ifeval::["{context}" == "updating-cluster-rhel-compute"]
:rhel:
:between:
endif::[]
[id="update-upgrading-web_{context}"]
= Updating a cluster by using the web console
If updates are available, you can update your cluster from the web console.
You can find information about available {product-title} advisories and updates
link:https://access.redhat.com/downloads/content/290/ver=4.6/rhel---8/4.6.0/x86_64/product-errata[in the errata section]
of the Customer Portal.
////
update link to 4.6 when available
////
.Prerequisites
* Have access to the web console as a user with `admin` privileges.
.Procedure
. From the web console, click *Administration* > *Cluster Settings* and review
the contents of the *Details* tab.
. For production clusters, ensure that the *Channel* is set to the correct channel for
ifdef::within[]
the version that you want to update to,
endif::within[]
ifdef::between[]
your current minor version,
endif::between[]
such as `stable-{product-version}`.
+
[IMPORTANT]
====
For production clusters, you must subscribe to a stable-* or fast-* channel.
====
** If the *Update Status* is not *Updates Available*, you cannot upgrade your
cluster.
** *Select Channel* indicates the cluster version that your cluster is running
or is updating to.
. Select
ifdef::within[]
a version to update to,
endif::within[]
ifdef::between[]
the highest available version
endif::between[]
and click *Update*.
The *Update Status* changes to `Update to <product-version> in progress`, and
you can review the progress of the cluster update by watching the progress bars
for the Operators and nodes.
ifdef::between[]
. After the update completes and the Cluster Version Operator refreshes the available updates, check if more updates are available in your current channel.
+
--
** If updates are available, continue to perform updates in the current channel until you can no longer update.
** If no updates are available, change the *Channel* to the stable-* or fast-* channel for the next minor version, and update to the version that you want in that channel.
--
+
You might need to perform several intermediate updates until you reach the version that you want.
ifdef::rhel[]
+
[NOTE]
====
When you update a cluster that contains Red Hat Enterprise Linux (RHEL) worker machines, those workers temporarily become unavailable during the update process. You must run the upgrade playbook against each RHEL machine as it enters the `NotReady` state for the cluster to finish updating.
====
endif::rhel[]