On a Kubernetes cluster

Last published : Jun 12, 2026
  1. Download YAML_8.0.110.tar from the Veritas Download Center and untar the file.
  2. Tag InfoScale images. See Tagging the InfoScale images on Kubernetes.
  3. Run the following command on the master node kubectl apply -f /YAML/Kubernetes/lico.yaml.
  4. Run the following command on the master node kubectl apply -f /YAML/Kubernetes/iso.yaml.
  5. After these operators are applied, you can patch the InfoScale cluster to the version you want to upgrade.
  6. Ensure that the licensing and InfoScale operators are in a 'Running' state.
  7. Run the following command on the master node kubectl patch infoscaleclusters.infoscale.veritas.com infoscalecluster-dev --type merge -p '{"spec": {"version": "<upgrade version>"}}'.
  8. Wait as it might take time to upgrade.
  9. 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
  1. Upgrading InfoScale takes time. After a successful upgrade, the cluster state changes to 'Running'. You can run kubectl get infoscalecluster to verify.
Related information