Uninstalling the OLM objects
If you want to completely remove the IBM Cloud Pak® for Data software from your cluster, you must remove the Operator Lifecycle Manager (OLM) objects, such as operators, operator subscriptions, catalog sources, and cluster service versions.
- Who needs to complete this task?
- A user with the appropriate permissions to manage OLM objects must complete this task.
- When do you need to complete this task?
- Complete this task only if you want to completely remove the IBM Cloud Pak for Data software from your cluster.
About this task
Use the cpd-cli
manage
delete-olm-artifacts
command to remove the following
OLM objects for the specified
components:
- Catalog sources
- Cluster service versions
- Operator subscriptions
The instructions assume that you are removing the OLM objects for all of the components at the same time, which enables you to complete the task in fewer steps.
Procedure
Results
Express installations
- The operators and operator subscriptions are removed from the
ibm-common-services
project. - The catalog sources are removed from the
openshift-marketplace
project.
Specialized installations
- The Cloud Pak for Data operators and operator
subscriptions are removed from the
${PROJECT_CPD_OPS}
project. - The catalog sources are removed from the
openshift-marketplace
project. - The IBM
Cloud Pak foundational services operators,
catalog sources, and operator subscriptions are removed from the
ibm-common-services
project.If you installed the scheduling service, the operators, catalog sources, and operator subscriptions for this component is also removed from the
ibm-common-services
project.