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.
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