Uninstalling the CSI driver implementation
To remove the Container Storage Interface (CSI) integration from your cluster, uninstall the CSI driver implementation.
Prerequisites
-
MicroShift is installed and running.
-
The CSI driver implementation is deployed on the MicroShift node.
Procedure
-
Delete the
lvmclustersobject by running the following command:$ oc delete -n openshift-storage lvmclusters.lvm.topolvm.io/lvmsExample outputlvmcluster.lvm.topolvm.io "lvms" deleted -
Delete the
lvms-operatorby running the following command:$ oc delete -n openshift-storage deployment.apps/lvms-operatorExample outputdeployment.apps "lvms-operator" deleted -
Delete the
topolvm-provisionerStorageClassby running the following command:$ oc delete storageclasses.storage.k8s.io/topolvm-provisionerExample outputstorageclass.storage.k8s.io "topolvm-provisioner" deleted