Please enter search query.
Search <book_title>...
NetBackup™ Deployment Guide for Azure Kubernetes Services (AKS) Cluster
Last Published:
2022-06-27
Product(s):
NetBackup & Alta Data Protection (10.0.0.1)
- 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
Upgrading MSDP Scaleout
You can upgrade the MSDP Scaleout solution to the latest version in your AKS environment.
To upgrade MSDP Scaleout
- Install the new kubectl plug-in and push the new docker images to your container registry.
- Run the following command to upgrade the MSDP operator.
kubectl msdp init -i <new-operator-image> -s <storage-class-name> -l agentpool=<nodepool-name> -n <operator-namespace>
All the options except -i option must be same as earlier when the operator was deployed initially.
- Run the following command to change the spec.version in the existing CR resources.
kubectl edit msdpscaleout <cr-name>
Wait for a few minutes. MSDP operator upgrades all the pods and other MSDP Scaleout resources automatically.
Note:
If you use the environment operator for the MSDP Scaleout deployment, change the version string for MSDP Scaleout in the environment operator CR only. Do not change the version string in the MSDP Scaleout CR.
- Upgrade process restarts the pods. The NetBackup jobs are interrupted during the process.