NetBackup™ Deployment Guide for Azure Kubernetes Services (AKS) Cluster
- Introduction to NetBackup on AKS
- Deployment with environment operators
- Assessing cluster configuration before deployment
- Deploying NetBackup
- About primary server CR and media server CR
- Upgrading NetBackup
- Deploying MSDP Scaleout
- Upgrading MSDP Scaleout
- Monitoring NetBackup
- Monitoring MSDP Scaleout
- Managing the Load Balancer service
- Performing catalog backup and recovery
- Managing MSDP Scaleout
- About MSDP Scaleout maintenance
- Uninstalling MSDP Scaleout from AKS
- Troubleshooting
- Appendix A. CR template
Deleting the CRs
If you must delete any of the CRs for a valid reason such as for the troubleshooting purpose, or because any of the specs provided were incorrect; you can reinstall the deleted CR after resolving the issues.
Note:
Once installed, deleting a CR is not recommended as it will stop the deployment and NetBackup will not work.
Notes:
Deleting a CR will delete all its child resources like pod, statefulset, services, configmaps, config checker job, config checker pod.
Deleting operator with kubectl delete -k <operator_folder_path> will delete the CRs and its resources except the PVC.
Persistent volume claim (PVC) will not be deleted upon deleting a CR so that the data is retained in the volumes. Then if you create a new CR with the same name as the deleted one, the existing PVC with that same name will be automatically linked to the newly created pods.
Do not delete "/mnt/nbdata" and "/mnt/nblogs" folders manually from primary server and media pods. The NetBackup deployment will go into an inconsistent state and will also result in data loss.