I have a GKE k8s cluster and wanted to reboot one of the nodes (a vm reboot, and not just the kubelet).
I was looking for the correct way (if there is one) than just resetting the vm directly. But I couldnt find anything in the web.
So, my plan is to use these steps:
- drain the node
- reboot
Is there a correct (other) way?