Regarding to failover with hardware failure

Hello,

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.

Thanks

Is the node marked “not ready” when you. Take it offline?

Yes, it showing “not ready” status when I shutdown.

@Theog75 can you help? thanks

hey leiw - can you please post the output of the command:

kubectl get pod <podname> -o yaml

I am looking for the status section (at the end) specifically.