Skip to content

Commit

Permalink
update gcp setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrildiagne committed Feb 16, 2020
1 parent a67b15c commit d151148
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scripts/gcp_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
# Exit on error.
set -e


red="\033[31m"
reset="\033[0m"

Expand Down Expand Up @@ -48,12 +47,12 @@ export KUDA_CLUSTER_NAME="${KUDA_CLUSTER_NAME:-kuda}"
export KUDA_CLUSTER_ZONE="${KUDA_CLUSTER_ZONE:-us-central1-a}"
export KUDA_MASTER_MACHINE_TYPE="${KUDA_MASTER_MACHINE_TYPE:-n1-standard-2}"
export KUDA_GPU_MACHINE_TYPE="${KUDA_GPU_MACHINE_TYPE:-n1-standard-2}"
export KUDA_GPU_ACCELERATOR="${KUDA_GPU_ACCELERATOR:-nvidia-tesla-k80}"
export KUDA_GPU_ACCELERATOR="${KUDA_GPU_ACCELERATOR:-nvidia-tesla-t4}"
export KUDA_USE_PREEMPTIBLE_GPU="${KUDA_USE_PREEMPTIBLE_GPU:-true}"

# The Knative version supported by this version of Kuda.
# Changing it might lead to unexpected behaviors.
KNATIVE_VERSION=0.11.0
KNATIVE_VERSION=0.12.0

# The user name to give RBAC admin role on the cluster.
CLUSTER_USER_ADMIN=$(gcloud config get-value core/account)
Expand Down

0 comments on commit d151148

Please sign in to comment.