-
Bug
-
Resolution: Done
-
Major
-
None
-
None
latest README instructions for microprofile-reactive-messaging-kafka quickstart:
To uninstall the AMQ Streams operator (global installation): ---- $ oc delete -f ./charts/kafka-topic.yaml --wait --timeout=10m0s $ oc delete -f ./charts/kafka-on-openshift.yaml --wait --timeout=10m0s $ oc delete -f ./charts/amq-operator-on-openshift.yaml --wait --timeout=10m0s $ oc delete csv --all -n openshift-operators ----
oc delete csv --all -n openshift-operators is problematic as openshift-operators is shared namespace, possibly already containing many more operators independent to our quickstart but the command will delete CSV for all of them and not just for the AMQ Streams operator we want to remove.
So the instruction is potentially dangerous for users.
- clones
-
JBEAP-31440 microprofile-reactive-messaging-kafka cleanup instruction is deleting too much
-
- Verified
-
- is cloned by
-
WFLY-21141 ejb-txn-remote-call: cleanup instruction is deleting too much
-
- Resolved
-