Closed ademariag closed 4 years ago
Hi,
probably I am missing something, but what is the actual GCP service account used for?
The estafette-gke-preemptible-killer seems to delete the nodes using a call to the kubernetes API, which is in fact whitelisted in the rbac.
estafette-gke-preemptible-killer
If so, what do you use the service account for?
Looking at the code I realise the GCE Service Account is needed to delete the actual node, as the kubectl delete node X only removed it from the cluster.
kubectl delete node X
Thank you, closing this issue
Hi,
probably I am missing something, but what is the actual GCP service account used for?
The
estafette-gke-preemptible-killer
seems to delete the nodes using a call to the kubernetes API, which is in fact whitelisted in the rbac.If so, what do you use the service account for?