diff --git a/tools/run_tests/xds_k8s_test_driver/README.md b/tools/run_tests/xds_k8s_test_driver/README.md index 771da81da41..a4f68f38446 100644 --- a/tools/run_tests/xds_k8s_test_driver/README.md +++ b/tools/run_tests/xds_k8s_test_driver/README.md @@ -168,6 +168,10 @@ END # Unless you're using GCP VM with preconfigured Application Default Credentials, acquire them for your user gcloud auth application-default login +# Install authentication plugin for kubectl. +# Details: https://cloud.google.com/blog/products/containers-kubernetes/kubectl-auth-changes-in-gke +gcloud components install gke-gcloud-auth-plugin + # Configuring GKE cluster access for kubectl gcloud container clusters get-credentials "${CLUSTER_NAME}" --zone "${ZONE}"