mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
47 lines
1.6 KiB
Plaintext
47 lines
1.6 KiB
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * ai_workloads/kueue/install-disconnected.adoc
|
|
// * ai_workloads/kueue/install-kueue.adoc
|
|
|
|
:_mod-docs-content-type: PROCEDURE
|
|
[id="upgrading-kueue_{context}"]
|
|
= Upgrading {kueue-name}
|
|
|
|
[role="_abstract"]
|
|
If you have previously installed {kueue-name}, you must manually upgrade your deployment to the latest version to use the latest bug fixes and feature enhancements.
|
|
|
|
.Prerequisites
|
|
|
|
* You have installed a previous version of {kueue-name}.
|
|
* You are logged in to the {product-title} web console with cluster administrator permissions.
|
|
|
|
.Procedure
|
|
|
|
. In the {product-title} web console, click *Operators* -> *Installed Operators*, then select *{kueue-name}* from the list.
|
|
|
|
. From the *Actions* drop-down menu, select *Uninstall Operator*.
|
|
|
|
. The *Uninstall Operator?* dialog box opens. Click *Uninstall*.
|
|
+
|
|
[IMPORTANT]
|
|
====
|
|
Selecting the *Delete all operand instances for this operator* checkbox before clicking *Uninstall* deletes all existing resources from the cluster, including:
|
|
|
|
* The `Kueue` CR
|
|
* Any cluster queues, local queues, or resource flavors that you have created
|
|
|
|
Leave this box unchecked when upgrading your cluster to retain your created resources.
|
|
====
|
|
|
|
. In the {product-title} web console, click *Operators* -> *OperatorHub*.
|
|
|
|
. Choose *{kueue-op}* from the list of available Operators, and click *Install*.
|
|
|
|
.Verification
|
|
|
|
. Go to *Operators* -> *Installed Operators*.
|
|
|
|
. Confirm that the *{kueue-op}* is listed with *Status* as *Succeeded*.
|
|
|
|
. Confirm that the version shown under the Operator name in the list is the latest version.
|