4 Removing the Operator Lifecycle Manager Module

You can remove the Operator Lifecycle Manager module and leave the Kubernetes cluster in place. To do this, you remove the Operator Lifecycle Manager module from the environment.

Use the olcnectl module uninstall command to remove the Operator Lifecycle Manager module. For example, to uninstall the Operator Lifecycle Manager module named myolm in the environment named myenvironment:

olcnectl module uninstall \
--environment-name myenvironment \
--name myolm

The Operator Lifecycle Manager module is removed from the environment.