This message was deleted.
# kubernetes
s
This message was deleted.
f
What if you install the
google-cloud-sdk-gke-gcloud-auth-plugin
package using your package manager instead? In our case, we create a
pulumi
docker image with all the binaries required to run
pulumi
commands, so we end up doing:
Copy code
RUN apt-get install -y google-cloud-sdk-gke-gcloud-auth-plugin
And that's all we usually need. We don't add it to our
PATH
.
I'm sure there is a way to do what you are asking, though. In our
kubeconfig
file (which we supply to our provider), there is a
command:
directive:
m
got ya. helpful. ty!
👍 1