diff --git a/pkg/create-build-cluster.sh b/pkg/create-build-cluster.sh index 2b4f9ceb7..f36f22ad3 100755 --- a/pkg/create-build-cluster.sh +++ b/pkg/create-build-cluster.sh @@ -142,6 +142,8 @@ function pause() { authed="" function getClusterCreds() { + echo "Ensuring gke-gcloud-auth-plugin is installed" + gcloud components install gke-gcloud-auth-plugin --quiet if [[ -z "${authed}" ]]; then gcloud container clusters get-credentials --project="${PROJECT}" --zone="${ZONE}" "${CLUSTER}" authed="true"