Hello,
In k8s if I want to patch my nodes (controller/worker) I just cordon the node so all pods are gracefully “migrated” to another node, then I proceed with the patching and reboot.
In a gravity cluster, which has extra “gravity components”, what is the procedure to patch and reboot a node? Is there some gravity command I need to run? Do I need to gracefully stop and start the “gravity services” etc.
Basically what is the procedure to patch and reboot a node in a gravity cluster?
Thanks!