Migrating the cloud node for primary or media servers
You can migrate the following respective cloud node for primary or media servers:
(AKS-specific) node pool
(EKS-specific) node group
To migrate the cloud node for primary or media servers
- Edit environment CR object using the following command:
kubectl edit environment <environmentCR_name> -n <namespace>
- Change the node selector labelKey and lableValue to new values for primary/media server.
- Save the environment CR.
This will change the statefulset for respective NetBackup server replica to 0 for respective server. This will terminate the pods. After successful migration, statefulset replicas will be set to original value.