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

Stop removing the instance via GCP API and delete the dependency to GCP credentials

cagataygurturk opened this issue · comments

Deleting the node via Kubernetes API is triggering the instance deletion also by GKE. Removing this step could simply the app and remove the need of GCP permissions on it.