Disabling connections

Before you uninstall, disable the connection by using command-line or command prompt.

Procedure

  1. 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"
  2. Run the following oc command to list all the connection CR:
    oc get connections -n "$FUSION_NS"
  3. Run the following oc command to delete all the connection CRs in this cluster:
    oc delete connections <Connection_Name> -n "$FUSION_NS"