4 Removing the KubeVirt Module

You can remove a deployment of the KubeVirt module and leave the Kubernetes cluster in place. To do this, you remove the KubeVirt module from the environment.

Use the olcnectl module uninstall command to remove the KubeVirt module. For example, to uninstall the KubeVirt module named mykubevirt in the environment named myenvironment:

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

The KubeVirt module is removed from the environment.