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
Pod status field shows as pending
If the pod Status field shows Pending state, it indicates that Kubernetes is not able to schedule the pod. To check use the following command:
$ kubectl get all -n netbackup-operator-system
The output is something like:
NAME READY STATUS RESTARTS AGE pod/msdp-operator- controller-manager- 65d8fd7c4d-bsgms 2/2 Running 0 12m pod/netbackup- operator-controller- manager-6c9dc8d87f -pq8mr 0/2 Pending 0 15s
For more details use the following pod describe command:
$ kubectl describe pod/netbackup-operator-controller-manager-6c9dc8d87f-pq8mr -n netbackup-operator-system
The output is something like:
Type Reason Age Message ---- ------ ---- ------- Warning FailedScheduling 56s (x3 over 2m24s) 0/4 nodes are available:1 node(s) had taint {node- role.kubernetes. io/master: }, that the pod didn't tolerate, 3 node(s) didn't match Pod's node affinity/selector.
To resolve this issue verify the nodeSelector settings in the operator/patch/operator_patch.yaml
file.