Skip to content

Commit d0b79fc

Browse files
committed
Changed last step in CLI; Fixed xref in UI section
1 parent c62a2c4 commit d0b79fc

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

modules/olm-deleting-operators-from-a-cluster-using-cli.adoc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,6 @@ spec:
6565
----
6666
. Remove the Operator from the CatalogSourceConfig in one of two ways:
6767

68-
** If there is only one Operator in the CatalogSourceConfig, you can remove it
69-
by simply deleting the entire CatalogSourceConfig as follows:
70-
+
71-
----
72-
$ oc delete catalogsourceconfig -n openshift-marketplace \
73-
installed-community-openshift-operators
74-
----
75-
7668
** If you have multiple Operators, edit the CatalogSourceConfig resource and remove the Operator's package:
7769
+
7870
----
@@ -88,3 +80,11 @@ Remove the package from the `packages` line, as shown:
8880
----
8981
+
9082
Save the change and the marketplace-operator will reconcile the CatalogSourceConfig.
83+
84+
** If there is only one Operator in the CatalogSourceConfig, you can remove it
85+
by simply deleting the entire CatalogSourceConfig as follows:
86+
+
87+
----
88+
$ oc delete catalogsourceconfig -n openshift-marketplace \
89+
installed-community-openshift-operators
90+
----

modules/olm-deleting-operators-from-a-cluster-using-web-console.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ CRDs, and CRs associated with the Operator.
3030
Although the Operator is no longer installed or receiving updates, that
3131
Operator will still appear on the Operator Catalogs list, ready to re-subscribe. To remove the Operator from that
3232
listing, you can delete the Operator's entry in the CatalogSourceConfig
33-
from the command line (as shown in the next section).
33+
from the command line (as shown in last step of "Deleting operators from a cluster using the CLI").
3434
====

0 commit comments

Comments
 (0)