Skip to content
This repository has been archived by the owner on Sep 19, 2022. It is now read-only.

Commit

Permalink
Update k8s cluster version to 1.10 (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnugeorge authored and k8s-ci-robot committed Dec 17, 2018
1 parent fa93797 commit a4b9016
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/create-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ echo "Creating GPU cluster"
gcloud --project ${PROJECT} beta container clusters create ${CLUSTER_NAME} \
--zone ${ZONE} \
--accelerator type=nvidia-tesla-k80,count=1 \
--cluster-version 1.9
--cluster-version 1.10
echo "Configuring kubectl"
gcloud --project ${PROJECT} container clusters get-credentials ${CLUSTER_NAME} \
--zone ${ZONE}
echo "Create Namespace"
kubectl create ns ${NAMESPACE}
kubectl create ns ${NAMESPACE}

0 comments on commit a4b9016

Please sign in to comment.