
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.
- Log in to the OpenShift® Container Platform web console for your cluster.
- From the navigation, click .
- Make sure that you are in the correct project in which you installed Telco Network Cloud Manager - Performanceoperator. For example,
tncp-operators
. - Search for TNCP Operator and click the TNCP
tab.
You can see the instance of the Operator.
- Click the more options (
) icon and select Delete TNCP and click Delete.
The Operator instance is removed. Wait for all the Pods to be removed.
- Remove the Persistent Volume Claims. See Uninstalling Telco Network Cloud Manager - Performance Operator.
- Remove the TNCP Operator. See Uninstalling Telco Network Cloud Manager - Performance Operator.
- Remove the Operator Group. Follow these steps:
- Go to .
- Select the OperatorGroup checkbox.
- Click the
icon and select Delete OperatorGroup.
- 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
- Uninstall the TNCP catalog. It can be done in one of the two ways.
-
- Go to
Make sure that you are in
openshift-marketplace
project.
. - On the
ibm-tncp-catalog
, click theicon and select Delete CatalogSource.
- Click Delete.
- Go to
- Or, run the following
command.
oc delete catalogsource ibm-tncp-catalog
-