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
Revert OSDOCS-1922: Operand deletion from the web console
Release: enterprise-4.9
BZ2013384 was merged into the 4.9 payload, and as a result the feature
to allow Operand deletion from the web console does not work. This PR removes the
changes made in #36673 and #36232, which both referenced the new feature.
References:
- OSDOCS-1922
- #36673 and #36760
- https://bugzilla.redhat.com/show_bug.cgi?id=2013384
Copy file name to clipboardExpand all lines: modules/olm-deleting-operators-from-a-cluster-using-web-console.adoc
+7-13Lines changed: 7 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,23 +19,17 @@ endif::[]
19
19
20
20
.Procedure
21
21
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.
22
+
. Navigate to the *Operators* → *Installed Operators* page.
23
+
24
+
. Scroll or enter a keyword into the *Filter by name* field to find the Operator that you want to remove. Then, click on it.
23
25
24
26
. On the right side of the *Operator Details* page, select *Uninstall Operator* from the *Actions* drop-down menu.
25
27
+
26
-
An *Uninstall Operator?* dialog box opens, listing the Operands associated with the Operator.
27
-
+
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
35
-
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.
28
+
An *Uninstall Operator?* dialog box is displayed.
37
29
30
+
. Select *Uninstall* to remove the Operator, Operator deployments, and pods. Following this action, the Operator stops running and no longer receives updates.
31
+
+
38
32
[NOTE]
39
33
====
40
-
Dashboards and navigation items enabled by the web console and off-cluster resources that continue to run might need manual clean up.
34
+
This action does not remove resources managed by the Operator, including custom resource definitions (CRDs) and custom resources (CRs). Dashboards and navigation items enabled by the web console and off-cluster resources that continue to run might need manual clean up. To remove these after uninstalling the Operator, you might need to manually delete the Operator CRDs.
0 commit comments