Upgrade
This chapter describes how to upgrade Storage Plug-in for Containers. The upgrade method you use depends on whether your environment is OpenShift or Kubernetes.
Upgrade on OpenShift
For OpenShift, you can upgrade Storage Plug-in for Containers using OpenShift web console.
Procedure
Delete HSPC on the Storage Plug-in for Containers tab for Operator Details.
Uninstall the Operator of Storage Plug-in for Containers.
Install new Storage Plug-in for Containers. See Installation on OpenShift.
Upgrade on Kubernetes
For Kubernetes, you can upgrade Storage Plug-in for Containers by following the steps below.
Procedure
Delete the Storage Plug-in for Containers and the Operator by using the previous version package:
# kubectl delete -f hspc_v1_hspc.yaml # kubectl delete -f hspc-operator.yaml
Install the new Storage Plug-in for Containers. See the topic Installation on Kubernetes.