This message was deleted.
# google-cloud
s
This message was deleted.
p
Locally it works but there i’m logged in manually
d
Ok, I have some idea what this might be.
Your kube credentials file has a reference to a helper call-out for the credential rather than the credential itself. The helper is in fact gcloud.
Unfortunately I don’t have an example snippet to show you, but I think if you poke around inside the kube credential file you’ll see what I mean.
p
I think i just figured it out, i’m not running the docker action but the action to just install pulumi and run the commands from there.
I just found this piece that that the other action does extra: https://github.com/pulumi/actions/blob/master/entrypoint.sh#L80-L90
would have saved me a day of waiting on GHA if i would have just checked it out fromt the start
d
👍
c
I’m actually generating the kubeconfig differently I’m issuing an OAuth token to google and use it in my kubeconfig instead of using the gcloud helper command