Please enter search query.
Search <book_title>...
NetBackup™ Deployment Guide for Azure Kubernetes Services (AKS) Cluster
Last Published:
2022-06-27
Product(s):
NetBackup (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 NetBackup operator
Ensure that all the steps mentioned in the following section are performed before performing the upgrade of NetBackup operator:
Preparing for NetBackup upgrade
Upgrading the NetBackup operator
- Push the new operator images, NetBackup main image to container registry with different tags.
- Update the new image name and tag in images section in
kustomization.yaml
file in operator folder available in the new package folder. - Update the node selector in
operator_patch.yaml
file inoperator/patches
folder in the new package folder. - To upgrade the operator, apply the new image changes using the following command:
kubectl apply -k <operator folder name>
After applying the changes, new NetBackup operator pod will start in operator namespace and run successfully.