I understand that a single pod created and running on a node will need the additional parameter to drain the node
kubectl drain node01 --force
would this be an opportunity to create a replicaset with a replicaset=1, thereby allowing the kublet to reschedule the pod to another node automatically during the drain operation?