NetBackup status code: 8403
Explanation: Labels for the service do not match. Clean-up from a previous uninstallation of NetBackup deployment may not have been done properly.
Recommended Action: Perform the following as appropriate:
Check the NetBackup operator logs for details using the following command:
kubectl logs <netbackup-operator-pod-name> netbackup-operator -n <netbackup-operator-namespace>
Delete the service using the following command:
kubectl delete service <service-name> -n <namespace>
Verify that RBAC permissions are correct. Refer to the NetBackup Deployment on Azure Kubernetes Cluster (AKS) Administrator's Guide.
Check your cluster configuration and verify that it meets the expected prerequisites for NetBackup deployment. Refer to the NetBackup Deployment on Azure Kubernetes Cluster (AKS) Administrator's Guide.
Refer to the Kubernetes documentation for service details: https://kubernetes.io/docs/concepts/services-networking/service/
Click here to view technical notes and other information on the Cohesity Technical Support website about this status code.