sparse-intern-71089
08/03/2023, 2:25 PMfull-eve-52536
08/03/2023, 2:33 PMgoogle-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:
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
.full-eve-52536
08/03/2023, 2:35 PMkubeconfig
file (which we supply to our provider), there is a command:
directive:many-pencil-40333
08/03/2023, 3:09 PM