View the list of operator resources
To view all the operator resources, execute the following command on Kubernetes cluster:
$ kubectl get all -n netbackup-operator-system
The output should be something like this:
NAME READY STATUS RESTARTS AGE pod/flexsnap-operator-7d45568767-n9g27 1/1 Running 0 18h pod/msdp-operator-controller-manager-0 2/2 Running 0 43m pod/msdp-operator-controller-manager-1 2/2 Running 0 44m pod/netbackup-operator-controller-manager-6cbf85694f-p97sw 2/2 Running 0 42m NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE service/msdp-operator-controller-manager-metrics-service ClusterIP 10.96.144.99 <none> 8443/TCP 3h6m service/msdp-operator-webhook-service ClusterIP 10.96.74.75 <none> 443/TCP 3h6m service/netbackup-operator-controller-manager-metrics-service ClusterIP 10.96.104.94 <none> 8443/TCP 93m service/netbackup-operator-webhook-service ClusterIP 10.96.210.26 <none> 443/TCP 93m NAME READY UP-TO-DATE AVAILABLE AGE deployment.apps/msdp-operator-controller-manager 1/1 1 1 3h6m deployment.apps/netbackup-operator-controller-manager-operator-controller-manager 1/1 1 1 93m NAME DESIRED CURRENT READY AGE replicaset.apps/msdp-operator-controller-manager-65d8fd7c4d 1 1 1 3h6m replicaset.apps/netbackup-operator-controller-manager-55d6bf59c8 1 1 1 93m
Verify that both pods display Running in the Status column and both deployments display 2/2 in the Ready column.