On a Kubernetes cluster
-
Download
YAML_8.0.110.tarfrom the Veritas Download Center and untar the file. -
Tag InfoScale images. See Tagging the InfoScale images on Kubernetes.
-
Run the following command on the master node
kubectl apply -f /YAML/Kubernetes/lico.yaml. -
Run the following command on the master node
kubectl apply -f /YAML/Kubernetes/iso.yaml. -
After these operators are applied, you can patch the InfoScale cluster to the version you want to upgrade.
-
Ensure that the licensing and InfoScale operators are in a 'Running' state.
-
Run the following command on the master node
kubectl patch infoscaleclusters.infoscale.veritas.com infoscalecluster-dev --type merge -p '{"spec": {"version": "<upgrade version>"}}'. -
Wait as it might take time to upgrade.
-
Run the following command on the master node
kubectl get infoscalecluster
The State is 'Upgrading' as under.
NAME NAMESPACE VERSION STATE AGE
infoscalecluster-dev infoscale-vtas <Upgrade version> Upgrading 25h
-
Upgrading InfoScale takes time. After a successful upgrade, the cluster state changes to 'Running'. You can run
kubectl get infoscaleclusterto verify.
Related information