Check primary server status
Check the primary server custom resource status, with the command:
$ kubectl get primaryserver.netbackup.veritas.com/environment-sample -n <namespace>
NAME TAG AGE STATUS environment-sample 10.0 3h1m Failed
If the output shows STATUS as Failed as in the example above, check the primary pod log for errors with the command:
$ kubectl logs pod/environment-sample-primary-0 -n <namespace>