mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-06 06:46:26 +01:00
38 lines
1.2 KiB
Plaintext
38 lines
1.2 KiB
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * virt/upgrading-virt.adoc
|
|
|
|
[id="virt-upgrading-virt_{context}"]
|
|
= Upgrading {VirtProductName} to the next minor version
|
|
|
|
You can manually upgrade {VirtProductName} to the next minor version by using the
|
|
{product-title} web console to change the channel of your Operator subscription.
|
|
|
|
.Prerequisites
|
|
|
|
* Log in to the cluster as a user with the `cluster-admin` role.
|
|
|
|
.Procedure
|
|
|
|
. Access the {product-title} web console and navigate to *Operators* -> *Installed Operators*.
|
|
|
|
. Click *{VirtProductName}* to open the *Operator Details* page.
|
|
|
|
. Click the *Subscription* tab to open the *Subscription Overview* page.
|
|
|
|
. In the *Channel* pane, click the pencil icon on the right side of the
|
|
version number to open the *Change Subscription Update Channel* window.
|
|
|
|
. Select *stable*. This ensures that you install the version of {VirtProductName}
|
|
that is compatible with your {product-title} version.
|
|
|
|
. Click *Save*.
|
|
|
|
. Check the status of the upgrade by navigating to *Operators* -> *Installed Operators*.
|
|
You can also check the status by running the following `oc` command:
|
|
+
|
|
[source,terminal]
|
|
----
|
|
$ oc get csv -n openshift-cnv
|
|
----
|