NetBackup status code: 8405
Explanation: Error in creating the ConfigMap in the given namespace.
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 <operator-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.
Check the Kubernetes documentation for ConfigMap details: https://kubernetes.io/docs/concepts/configuration/configmap/
If you deploy NetBackup on Azure Kubernetes Cluster for the first time, you can delete the environment CR using the following command:
kubectl delete -f <environment.yaml> and recreate it again kubectl apply -f <environment.yaml>
The NetBackup environment and its resources are deleted and recreated again.
Click here to view technical notes and other information on the Cohesity Technical Support website about this status code.