Uninstalling the Fix Pack 3

Uninstall the Telco Network Cloud Manager - Performance Fix Pack 3 Operator and the related software from the system.

Follow these steps to uninstall the Operator instance.
  1. Log in to the OpenShift® Container Platform web console for your cluster.
  2. From the navigation, click Operators > Installed Operators.
  3. Make sure that you are in the correct project in which you installed Telco Network Cloud Manager - Performanceoperator. For example, tncp-operators.
  4. Search for TNCP Operator and click the TNCP tab.

    You can see the instance of the Operator.

  5. Click the more options (more options) icon and select Delete TNCP and click Delete.

    The Operator instance is removed. Wait for all the Pods to be removed.

  6. Remove the Persistent Volume Claims. See Uninstalling Telco Network Cloud Manager - Performance Operator.
  7. Remove the TNCP Operator. See Uninstalling Telco Network Cloud Manager - Performance Operator.
  8. Remove the Operator Group. Follow these steps:
    1. Go to Home > Search > OperatorGroup.
    2. Select the OperatorGroup checkbox.
      TNCP Operator Group
    3. Click the Actions icon icon and select Delete OperatorGroup.
    4. Alternatively, you can delete the OperatorGroup by using the following command.
      oc -n tncp-operators delete og $( oc -n tncp-operators get og | awk 'NR!=1 {print $1}')
      operatorgroup.operators.coreos.com "tncp-operators-b6vjq" deleted
  9. Uninstall the TNCP catalog. It can be done in one of the two ways.
      1. Go to Home > Search > CatalogSource.

        Make sure that you are in openshift-marketplace project.

      2. On the ibm-tncp-catalog, click the Actions icon icon and select Delete CatalogSource.
      3. Click Delete.
    • Or, run the following command.
      oc delete catalogsource ibm-tncp-catalog