vmware-archive / octant

Highly extensible platform for developers to better understand the complexity of Kubernetes clusters.
https://octant.dev
Apache License 2.0
6.28k stars 480 forks source link

gke-gcloud-auth-plugin not found #3336

Open ghost opened 1 year ago

ghost commented 1 year ago

Octant gives an error such as this one as it is unable to find the gke-gcloud-auth-plugin which is the new auth method to connect to GKE cluster. The plugin has been installed on my Mac using gcloud components install gke-gcloud-auth-plugin as outlined in the document and because the gcloud SDK was installed via homebrew the path is /usr/local/Caskroom/google-cloud-sdk/latest/google-cloud-sdk/bin/gke-gcloud-auth-plugin.

More info can be found here: https://cloud.google.com/blog/products/containers-kubernetes/kubectl-auth-changes-in-gke

Error

generate content    {"client-id": "4df2e6ea-1f03-11ed-a6e8-acde48001122", "err": "generate content: Get \"https://10.35.128.2/api?timeout=32s\": getting credentials: exec: executable gke-gcloud-auth-plugin not found", "content-path": "overview/namespace/default"}
cyrus-za commented 1 year ago

+1