k8s-node-termination-handler icon indicating copy to clipboard operation
k8s-node-termination-handler copied to clipboard

[Propose] Call removing a node from a cluster for a preemptible VM.

Open GeniyX opened this issue 4 years ago • 1 comments

Now after removing the VM, the cluster waits another 5 minutes for the node to return. Since this wait is meaningless, we can immediately notify the cluster about this by running node deletion. In the same way as a reboot is called for nodes with accelerators.

GeniyX avatar Jul 10 '19 14:07 GeniyX

GKE autoscaling may recreate instance with the same hostname (and most of parameters), so that actually may not be a best solution. My point is, that in best case scenario from master point of view the node was rebooted, while in worst case the node is lost forever.

nvtkaszpir avatar Aug 10 '19 17:08 nvtkaszpir