Skip to content

Commit

Permalink
Update xla_docker_build.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
ManfeiBai authored Feb 7, 2024
1 parent d0dd1a7 commit 87b15ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ 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 -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"
apt-get -y aptitude 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 87b15ca

Please sign in to comment.