1.6. Uninstalling the CSI driver implementation
To uninstall the installed CSI driver implementation, use the following procedure.
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 output
lvmcluster.lvm.topolvm.io "lvms" deletedDelete the
lvms-operatorby running the following command:$ oc delete -n openshift-storage deployment.apps/lvms-operatorExample output
deployment.apps "lvms-operator" deletedDelete the
topolvm-provisionerStorageClassby running the following command:$ oc delete storageclasses.storage.k8s.io/topolvm-provisionerExample output
storageclass.storage.k8s.io "topolvm-provisioner" deleted