Skip to content

Commit 8a751e0

Browse files
authored
Merge branch 'main' into dependabot/maven/org.wildfly.bom-wildfly-ee-with-tools-38.0.1.Final
2 parents 6c1e354 + bda9c2f commit 8a751e0

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

ejb-txn-remote-call/README-source.adoc

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -911,9 +911,21 @@ To uninstall the EAP operator (global installation):
911911
[source,sh,options="nowrap"]
912912
----
913913
oc 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+
917929
To uninstall the EAP operator (namespace-scoped installation):
918930
[source,sh,options="nowrap"]
919931
----

microprofile-reactive-messaging-kafka/README-source.adoc

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff 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+
10191032
To uninstall the AMQ Streams operator (name-scoped installation):
10201033
----
10211034
$ oc delete -f ./charts/kafka-on-openshift.yaml --wait --timeout=10m0s

0 commit comments

Comments
 (0)