-
Bug
-
Resolution: Done
-
Blocker
-
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.
- is cloned by
-
WFLY-21140 microprofile-reactive-messaging-kafka cleanup instruction is deleting too much
-
- Resolved
-
- is incorporated by
-
JBEAP-31455 Upgrade JBoss EAP XP Quickstarts to EAP_XP_6.0.0.GA-dev-7
-
- Ready for QA
-
- is triggered by
-
JBEAP-31336 Kafka operator installs globally in microprofile-reactive-messaging-kafka quickstart
-
- Verified
-