After I drained the node1, all PODS has moved to another node which is node2. However after the uncordon of node1, those pods didn’t re-scheduled back to the node1, it stays to node2. Is there a way to force it? Thanks
@echanobe
If you want to schedule the pods on node01 again, you should add to them tolerations or selectors and in this case, the pods will be in the pending state until node1 be ready.
1 Like