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
- Run the following command:
helm upgrade cloudscale cloudscale.tgz -n <namespace>--reuse-values --set environment.primary.nodeSelector.labelKey=<NewKey> --set environment.primary.nodeSelector.labelValue=<NewKey>
- 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.