4 Removing the Multus Module

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

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

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

The Multus module is removed from the environment.