Skip to content

Commit e24a1cd

Browse files
abrennan89bergerhoffer
authored andcommitted
OSDOCS-16183: Kueue upgrade procedure docs 1.1
1 parent 7382b35 commit e24a1cd

File tree

3 files changed

+50
-1
lines changed

3 files changed

+50
-1
lines changed

ai_workloads/kueue/install-disconnected.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ include::modules/kueue-install-kueue-operator.adoc[leveloffset=+1]
2424
.Additional resources
2525
* xref:../../security/cert_manager_operator/cert-manager-operator-install.adoc#installing-the-cert-manager-operator-for-red-hat-openshift[Installing the {cert-manager-operator}]
2626
27+
include::modules/upgrading-kueue.adoc[leveloffset=+1]
28+
2729
include::modules/kueue-create-kueue-cr.adoc[leveloffset=+1]
2830

2931
include::modules/kueue-label-namespaces.adoc[leveloffset=+1]

ai_workloads/kueue/install-kueue.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ include::modules/kueue-install-kueue-operator.adoc[leveloffset=+1]
1414

1515
[role="_additional-resources"]
1616
.Additional resources
17-
1817
* xref:../../security/cert_manager_operator/cert-manager-operator-install.adoc#installing-the-cert-manager-operator-for-red-hat-openshift[Installing the {cert-manager-operator}]
1918
19+
include::modules/upgrading-kueue.adoc[leveloffset=+1]
20+
2021
include::modules/kueue-create-kueue-cr.adoc[leveloffset=+1]
2122

2223
include::modules/kueue-label-namespaces.adoc[leveloffset=+1]

modules/upgrading-kueue.adoc

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * ai_workloads/kueue/install-disconnected.adoc
4+
// * ai_workloads/kueue/install-kueue.adoc
5+
6+
:_mod-docs-content-type: PROCEDURE
7+
[id="upgrading-kueue_{context}"]
8+
= Upgrading {kueue-name}
9+
10+
[role="_abstract"]
11+
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.
12+
13+
.Prerequisites
14+
15+
* You have installed a previous version of {kueue-name}.
16+
* You are logged in to the {product-title} web console with cluster administrator permissions.
17+
18+
.Procedure
19+
20+
. In the {product-title} web console, click *Operators* -> *Installed Operators*, then select *{kueue-name}* from the list.
21+
22+
. From the *Actions* drop-down menu, select *Uninstall Operator*.
23+
24+
. The *Uninstall Operator?* dialog box opens. Click *Uninstall*.
25+
+
26+
[IMPORTANT]
27+
====
28+
Selecting the *Delete all operand instances for this operator* checkbox before clicking *Uninstall* deletes all existing resources from the cluster, including:
29+
30+
* The `Kueue` CR
31+
* Any cluster queues, local queues, or resource flavors that you have created
32+
33+
Leave this box unchecked when upgrading your cluster to retain your created resources.
34+
====
35+
36+
. In the {product-title} web console, click *Operators* -> *OperatorHub*.
37+
38+
. Choose *{kueue-op}* from the list of available Operators, and click *Install*.
39+
40+
.Verification
41+
42+
. Go to *Operators* -> *Installed Operators*.
43+
44+
. Confirm that the *{kueue-op}* is listed with *Status* as *Succeeded*.
45+
46+
. Confirm that the version shown under the Operator name in the list is the latest version.

0 commit comments

Comments
 (0)