Error: The gcp auth plugin has been removed.

1 개요[ | ]

Error: The gcp auth plugin has been removed.
Console
Copy
$ kubectl get no
error: 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
Console
Copy
$ gcloud container clusters get-credentials cluster1 --zone=asia-northeast3-a
Fetching cluster endpoint and auth data.
kubeconfig entry generated for cluster1.
Console
Copy
$ kubectl get no
NAME                                STATUS   ROLES    AGE   VERSION
gke-cluster1-hello2-75693726-wv5d   Ready    <none>   25d   v1.21.14-gke.4300

2 참고[ | ]