Uninstalling the CSI snapshot implementation

To remove the Container Storage Interface (CSI) snapshot capability from your cluster, uninstall the CSI snapshot implementation.

Prerequisites
  • MicroShift is installed and running.

  • The CSI snapshot implementation is deployed on the MicroShift node.

Procedure
  • Uninstall the CSI snapshot implementation by running the following command:

    $ oc delete -n kube-system deployment.apps/snapshot-controller
    Example output
    deployment.apps "snapshot-controller" deleted