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

Error creating compute client

smk508 opened this issue · comments

Hi,
I've installed the preemptible-killer following the instructions, including setting up a service account and including that in the vales.yaml when installing the chart. However, I get this error where it's unable to read the environment variable for the service account file. Any idea what causes this?

Thanks.

image

From the error message provided, it seems that there is a syntax error in the json you provided, can you double check?

I figured it out, thanks. I incorrectly specified the path to the credentials json. I didn't prefix my path with ./, and adding that fixed the problem.