Hi All, Is there a option for gracefully shutdown worker nodes

Prasanth Babu:
Hi All, Is there a option for gracefully shutdown worker nodes

Fernando Jordan Silva:
You can drain the node and then use the Linux command to shutdown the node

Fernando Jordan Silva:
Kubectl drain node <node>

Prasanth Babu:
Ok , Thank you fernando

Mohamed Ayman:
Check this:
https://kubernetes.io/docs/tasks/administer-cluster/safely-drain-node/