I’m getting the dreaded gcp auth plugin message. ...
# google-cloud
i
I’m getting the dreaded gcp auth plugin message. The problem with this is that my
kubectl
is
1.27.4
,
gke-gcloud-auth-plugin --version
is
Kubernetes v1.27.1-alpha+6c0cc8cd5a81955bcd5debf3c896710638878ebe
, I can
gcloud container clusters get-credentials ${CLUSTER_NAME} --project ${GOOGLE_CLOUD_PROJECT}
, I can
kubectl get namespaces
with no problem, and
kubectl config view
shows
command: gke-gcloud-auth-plugin
in there which I assume means that it is executing the plugin. So why, when I use
pulumi update
does it fail with this message?
Copy code
error: failed to initialize discovery client: The gcp auth plugin has been removed.
    Please use the "gke-gcloud-auth-plugin" kubectl/client-go credential plugin instead.
    See <https://cloud.google.com/blog/products/containers-kubernetes/kubectl-auth-changes-in-gke> for further details