NetBackup status code: 8410
Explanation: Cannot update the PVC in the given cluster.
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>
Ensure the new PVC storage capacity that is mentioned in the CR is greater than current storage capacity. You cannot shrink the capacity. In this case, update the CR YAML with correct size and apply the CR YAML again using the following command:
kubectl apply -f <environment.yaml>
Verify that RBAC permissions are correct. Refer to the NetBackup Deployment on Azure Kubernetes Cluster (AKS) Administrator's Guide.
Check the Kubernetes documentation for PVC details: https://kubernetes.io/docs/concepts/storage/persistent-volumes/
Click here to view technical notes and other information on the Cohesity Technical Support website about this status code.