Skip to content

Commit

Permalink
follow-up for #6420 (#6450)
Browse files Browse the repository at this point in the history
  • Loading branch information
ManfeiBai authored Feb 1, 2024
1 parent f484915 commit 89f7f43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infra/terraform_modules/xla_docker_build/xla_docker_build.tf
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ locals {
# Try to setup kubectl credentials the new way,
# see https://cloud.google.com/blog/products/containers-kubernetes/kubectl-auth-changes-in-gke
apt-get remove google-cloud-cli-gke-gcloud-auth-plugin
apt-get install google-cloud-sdk-gke-gcloud-auth-plugin -y -o DPkg::options::="--force-overwrite"
apt-get -y remove google-cloud-cli-gke-gcloud-auth-plugin
apt-get -y install google-cloud-sdk-gke-gcloud-auth-plugin -o DPkg::options::="--force-overwrite"
export USE_GKE_GCLOUD_AUTH_PLUGIN=True
apt-get install kubectl
gcloud container clusters get-credentials $_CLUSTER_NAME --zone $_CLUSTER_ZONE
Expand Down

0 comments on commit 89f7f43

Please sign in to comment.