Please enter search query.
Search <book_title>...
NetBackup™ Deployment Guide for Kubernetes Clusters
Last Published:
2023-04-24
Product(s):
NetBackup (10.2)
- Introduction
- Section I. Deployment
- Prerequisites for Kubernetes cluster configuration
- Deployment with environment operators
- Deploying NetBackup
- Primary and media server CR
- Deploying NetBackup using Helm charts
- Deploying MSDP Scaleout
- Deploying Snapshot Manager
- Section II. Monitoring and Management
- Monitoring NetBackup
- Monitoring MSDP Scaleout
- Monitoring Snapshot Manager
- Managing the Load Balancer service
- Managing MSDP Scaleout
- Performing catalog backup and recovery
- Section III. Maintenance
- MSDP Scaleout Maintenance
- Upgrading
- Uninstalling
- Troubleshooting
- Troubleshooting AKS and EKS issues
- Troubleshooting AKS-specific issues
- Troubleshooting EKS-specific issues
- Troubleshooting AKS and EKS issues
- Appendix A. CR template
Upgrading MSDP Scaleout
You can upgrade the MSDP Scaleout solution to the latest version in your AKS or EKS 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.