Migrating the node pool for primary or media servers
You can migrate the node pool for primary or media servers.
To migrate the node pool for primary or media servers
- Edit environment CR object using the 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.