Installing the Special Resource Operator
You must install a Special Resource Operator (SRO) first, before installing Veritas InfoScale. After the SRO is installed on the system, InfoScale can be deployed.
-
Download
YAML_8.0.200.tar.gzfrom the Veritas Download Center. -
Unzip and untar
YAML_8.0.200.tar.gz.
After you unzip and untar
YAML_8.0.200.tar.gz, the folders /YAML/OpenShift/, /YAML/DR, and /YAML/Kubernetes are created. Each folder contains files required for installation.
-
On a Kubernetes cluster -
-
Run
kubectl create -f /YAML/Kubernetes/sro.yamlon the master node to install the Special Resource Operator (SRO) . -
Run
kubectl create -f /YAML/Kubernetes/sr.yamlon the master node to create Special Resource.
-
-
Run the following commands and review the output to verify whether SR creation and SRO installation is successful.
-
kubectl get SpecialResource
-
Output similar to the following indicates a successful installation.
NAME AGE
special-resource-preamble 2m24s
-
kubectl get pods -n openshift-special-resource-operator
Output similar to the following indicates a successful installation.
NAME READY STATUS RESTARTS AGE
special-resource-controller-manager-66c8fc64b5-9wv6l 1/1 Running 0 2m35s
Note: The name in the output here is used in the following command.
-
kubectl logs special-resource-controller-manager-66c8fc64b5-9wv6l -n openshift-special-resource-operator -c manager
Output similar to the following indicates a successful installation.
<timestamp> INFO status
RECONCILE SUCCESS: Reconcile
Related information