Uninstallation
Uninstallation on OpenShift
For OpenShift, you can uninstall Storage Plug-in for Containers using OpenShift web console.
Procedure
Delete all Pods which are using the volumes created by Storage Plug-in for Containers.
Delete the PersistentVolumeClaim, the StorageClass and the Secret related to Storage Plug-in for Containers.
Delete HSPC on the Hitachi Storage Plug-in for Containers tab of the Operator Details.
Uninstall the Operator of Storage Plug-in for Containers.
Uninstallation on Kubernetes
For Kubernetes, you can uninstall Storage Plug-in for Containers by following the steps below.
Procedure
Delete all Pods which are using the volumes created by Storage Plug-in for Containers.
Delete the PersistentVolumeClaim, the StorageClass, and the Secret related to Storage Plug-in for Containers.
Delete the Storage Plug-in for Containers and resource for the Operator:
# kubectl delete -f hspc_v1_hspc.yaml # kubectl delete -f hspc-operator.yaml # kubectl delete -f hspc-operator-namespace.yaml
Delete the Secret of your Docker credentials.