Please enter search query.
Search <book_title>...
Veritas InfoScale™ for Kubernetes Environments 8.0.200 - Linux
Last Published:
2023-02-21
Product(s):
InfoScale & Storage Foundation (8.0.200)
Platform: Linux
- Overview
- System requirements
- Preparing to install InfoScale on Containers
- Installing Veritas InfoScale on OpenShift
- Installing InfoScale on a system with Internet connectivity
- Installing InfoScale in an air gapped system
- Installing Veritas InfoScale on Kubernetes
- Prerequisites
- Tagging the InfoScale images on Kubernetes
- Installing InfoScale on Kubernetes
- Configuring KMS-based Encryption on an OpenShift cluster
- Configuring KMS-based Encryption on a Kubernetes cluster
- InfoScale CSI deployment in Container environment
- Dynamic provisioning
- Snapshot provisioning (Creating volume snapshots)
- Managing InfoScale volume snapshots with Velero
- Volume cloning
- Installing and configuring InfoScale DR Manager on OpenShift
- Installing and configuring InfoScale DR Manager on Kubernetes
- Disaster Recovery scenarios
- Configuring InfoScale
- Administering InfoScale on Containers
- Upgrading InfoScale
- Troubleshooting
On a Kubernetes cluster
- Download
YAML_8.0.200.tar.gz
from the Veritas Download Center and unzip 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 infoscalecluster to verify.
- If you have configured DR, run kubectl apply -f /YAML/DR/dro_deployment.yaml.
Ensure that you upgrade the primary and the secondary sites.