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 @@ -911,9 +911,21 @@ To uninstall the EAP operator (global installation):
911911[source,sh,options="nowrap"]
912912----
913913oc delete -f charts/eap-operator-sub.yaml --wait --timeout=10m0s
914- oc delete csv --all -n openshift-operators
915914----
916915
916+ [NOTE]
917+ ====
918+ 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:
919+ Obtain the operator CSV name.
920+ ----
921+ $ oc get csv -n openshift-operators
922+ ----
923+ Delete it from the cluster, replacing `CSV_NAME` with the obtained operator CSV name.
924+ ----
925+ $ oc delete csv CSV_NAME -n openshift-operators
926+ ----
927+ ====
928+
917929To uninstall the EAP operator (namespace-scoped installation):
918930[source,sh,options="nowrap"]
919931----
Original file line number Diff line number Diff line change @@ -1013,9 +1013,22 @@ To uninstall the AMQ Streams operator (global installation):
10131013$ oc delete -f ./charts/kafka-topic.yaml --wait --timeout=10m0s
10141014$ oc delete -f ./charts/kafka-on-openshift.yaml --wait --timeout=10m0s
10151015$ oc delete -f ./charts/amq-operator-on-openshift.yaml --wait --timeout=10m0s
1016- $ oc delete csv --all -n openshift-operators
10171016----
10181017
1018+ [NOTE]
1019+ ====
1020+ 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:
1021+
1022+ Obtain the operator CSV name.
1023+ ----
1024+ $ oc get csv -n openshift-operators
1025+ ----
1026+ Delete it from the cluster, replacing `CSV_NAME` with the obtained operator CSV name.
1027+ ----
1028+ $ oc delete csv CSV_NAME -n openshift-operators
1029+ ----
1030+ ====
1031+
10191032To uninstall the AMQ Streams operator (name-scoped installation):
10201033----
10211034$ oc delete -f ./charts/kafka-on-openshift.yaml --wait --timeout=10m0s
You can’t perform that action at this time.
0 commit comments