File tree Expand file tree Collapse file tree 2 files changed +27
-2
lines changed
microprofile-reactive-messaging-kafka Expand file tree Collapse file tree 2 files changed +27
-2
lines changed Original file line number Diff line number Diff line change @@ -1083,9 +1083,21 @@ To uninstall the EAP operator (global installation):
10831083[source,sh,options="nowrap"]
10841084----
10851085oc delete -f charts/eap-operator-sub.yaml --wait --timeout=10m0s
1086- oc delete csv --all -n openshift-operators
10871086----
10881087
1088+ [NOTE]
1089+ ====
1090+ In the case that the operator was added to the cluster only for trying this quickstart, and should now be deleted, use the following procedure:
1091+ Obtain the operator CSV name.
1092+ ----
1093+ $ oc get csv -n openshift-operators
1094+ ----
1095+ Delete it from the cluster, replacing `CSV_NAME` with the obtained operator CSV name.
1096+ ----
1097+ $ oc delete csv CSV_NAME -n openshift-operators
1098+ ----
1099+ ====
1100+
10891101To uninstall the EAP operator (namespace-scoped installation):
10901102[source,sh,options="nowrap"]
10911103----
Original file line number Diff line number Diff line change @@ -2135,9 +2135,22 @@ To uninstall the AMQ Streams operator (global installation):
21352135$ oc delete -f ./charts/kafka-topic.yaml --wait --timeout=10m0s
21362136$ oc delete -f ./charts/kafka-on-openshift.yaml --wait --timeout=10m0s
21372137$ oc delete -f ./charts/amq-operator-on-openshift.yaml --wait --timeout=10m0s
2138- $ oc delete csv --all -n openshift-operators
21392138----
21402139
2140+ [NOTE]
2141+ ====
2142+ In the case that the operator was added to the cluster only for trying this quickstart, and should now be deleted, use the following procedure:
2143+
2144+ Obtain the operator CSV name.
2145+ ----
2146+ $ oc get csv -n openshift-operators
2147+ ----
2148+ Delete it from the cluster, replacing `CSV_NAME` with the obtained operator CSV name.
2149+ ----
2150+ $ oc delete csv CSV_NAME -n openshift-operators
2151+ ----
2152+ ====
2153+
21412154To uninstall the AMQ Streams operator (name-scoped installation):
21422155----
21432156$ oc delete -f ./charts/kafka-on-openshift.yaml --wait --timeout=10m0s
You can’t perform that action at this time.
0 commit comments