You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/olm-deleting-operators-from-a-cluster-using-web-console.adoc
+15-11Lines changed: 15 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,19 +19,23 @@ endif::[]
19
19
20
20
.Procedure
21
21
22
-
. From the *Operators* → *Installed Operators* page, scroll or type a keyword into the *Filter by name* to find the Operator you want. Then, click on it.
22
+
. From the *Operators* → *Installed Operators* page, scroll or enter a keyword into the *Filter by name* field to find the Operator you want. Then, click on it.
23
23
24
-
. On the right-hand side of the *Operator Details* page, select *Uninstall Operator* from the *Actions* drop-down menu.
24
+
. On the right side of the *Operator Details* page, select *Uninstall Operator* from the *Actions* drop-down menu.
25
25
+
26
-
An *Uninstall Operator?* dialog box is displayed, alerting you that:
26
+
An *Uninstall Operator?* dialog box opens, listing the Operands associated with the Operator.
27
27
+
28
-
[.small]
29
-
--
30
-
*Operator VerticalPodAutoscaler will be removed from openshift-vertical-pod-autoscaler. Click on the checkbox below to also remove all Operands associated with this Operator. If your Operator configured off-cluster resources, these will continue to run and require manual cleanup.*
31
-
--
32
-
+
33
-
Any resources managed by the Operator, including CRDs and CRs, are not removed. The web console enables dashboards and navigation items for some Operators. To remove these after uninstalling the Operator, you might need to manually delete the Operator CRDs.
28
+
. Choose one of the following options for the *Delete all operand instances for this Operator* checkbox:
29
+
30
+
* To remove Operands managed by the Operator automatically, including custom resources (CRs), select the checkbox.
31
+
* To keep the Operands in place or remove them manually later, leave the checkbox clear.
32
+
. Select *Uninstall* to remove the Operator, any Operator deployments, and pods. This Operator stops running and no longer receives updates.
33
+
34
+
.Verification
34
35
35
-
. Optional: To remove all operands associated with the Operator, select *Delete all operand instances for this operator* checkbox.
36
+
- If you choose to remove Operands managed by the Operator automatically, the *Uninstall Operator?* dialog box confirms if the uninstall process is a success. If there are errors, the dialog lists the Operands that you need to delete manually.
36
37
37
-
. Select *Uninstall*. This Operator stops running and no longer receives updates.
38
+
[NOTE]
39
+
====
40
+
Dashboards and navigation items enabled by the web console and off-cluster resources that continue to run might need manual clean up.
0 commit comments