estafette / estafette-gke-preemptible-killer

Kubernetes controller to spread preemption for preemtible VMs in GKE to avoid mass deletion after 24 hours
https://helm.estafette.io
MIT License
448 stars 72 forks source link

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

Closed cagataygurturk closed 3 years ago

cagataygurturk commented 3 years ago

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.

cagataygurturk commented 3 years ago

See #86