Migrating from Helm to Operator deployment for CTE for Kubernetes
If you are using a Helm Chart-based deployment and you want to switch to a Kubernetes operator deployment, you can manually migrate from Helm to Operator for CTE-K8s deployment.
To migrate from Helm Chart to Kubernetes operator:
-
Stop all of your applications that use CTE Volumes. Ensure that all application pods using CTE-K8s and those actively accessing CTE volumes are stopped.
-
Revert the CTE for Kubernetes deployment, type:
./deploy.sh --remove
-
Deploy Kubernetes operator, type:
./deploy.sh --operator -t <image tag>
-
Redeploy the application pods that use CTE volumes.