estafette / estafette-gke-preemptible-killer

Kubernetes controller to spread preemption for preemtible VMs in GKE to avoid mass deletion after 24 hours

Home Page:https://helm.estafette.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Once node delete it not re-created

gdadon opened this issue · comments

EDIT

just went over the code and notice that this tool isn't supposed to re-create a node after deletion
closing this issue.


I have a preemptible node pool of 3 nodes. After a node is deleted by this tool I expect it to be recreated while in fact, it doesn't.
I even configure a node pool with autoscaling (min 3, max 3) and let the tool run for a night, at the morning the node-pool size was 0.

Should this tool also be responsible for creating a node after it deletes it?