Applying licenses

Last published : Jul 06, 2026
See managing licenses for more information on license secrets.
To apply InfoScale licenses
  1. Run kubectl apply -f /infoscale-yamls-v9.2.0/kubernetes/lico_rhel.yaml on the master node.
  2. Run kubectl get pods -A|grep -i licensing on the master node to verify whether lico.yaml is successfully applied.
    An output similar to the following indicates that lico.yaml is successfully applied.
infoscale-vtas infoscale-licensing-operator-cfff86577-kcpnl 1/1 Running 1 (6d22h ago) 6d23h
  1. After lico.yaml is successfully applied, wait till the licensing endpoints are activated.
    Run kubectl describe service/lico-webhook-service -n infoscale-vtas|grep Endpoints on the master node and review the output.
  2. Run the command again till you get an output in the following format.
    Endpoints: \<IP address of the endpoint\>:\<Port number\>
  3. Create a license secret. See managing licenses for more information.
  4. Run kubectl create -f /infoscale-yamls-v9.2.0/kubernetes/vlic_v1_license.yaml on the master node.
  5. Run kubectl get licenses on the master node to verify whether license_cr.yaml is successfully applied.
  6. Run oc describe license to check license-related information and verify if the license is valid.