I have testing Kubernetes cluster (3 master and 3 worker node)failover, so I have to shudown a worker node, all Pods is terminating status in this worker, they can’t failover to another worker node.
If I use cordon to this worker node, all Pods can failover to another worker node.
Also, I used PDB for those Pods with 50% min-available, but still no luck.