Skip to content

Commit de4e36f

Browse files
committed
Commit from GitHub Actions (WildFly Quickstarts Update 'README.adoc's)
1 parent bda9c2f commit de4e36f

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

ejb-txn-remote-call/README.adoc

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1083,9 +1083,21 @@ To uninstall the EAP operator (global installation):
10831083
[source,sh,options="nowrap"]
10841084
----
10851085
oc 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+
10891101
To uninstall the EAP operator (namespace-scoped installation):
10901102
[source,sh,options="nowrap"]
10911103
----

microprofile-reactive-messaging-kafka/README.adoc

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

0 commit comments

Comments
 (0)