Before you uninstall, disable the connection by using command-line or command prompt.
Procedure
Important: The IBM Fusion
namespace ibm-spectrum-fusion-ns
is used in the following steps for your reference.
If IBM Fusion is installed in a different
namespace, replace the namespace with your namespace.
Run the following command and export the Fusion namespace as an environmental variable.
export FUSION_NS="ibm-spectrum-fusion-ns"
- Run the following
oc
command to list all the connection CR:
oc get connections -n "$FUSION_NS"
- Run the following
oc
command to delete all the connection CRs in this
cluster:
oc delete connections <Connection_Name> -n "$FUSION_NS"