Skip to content

Commit

Permalink
Downsize the number of nodes in e2e tests (#838)
Browse files Browse the repository at this point in the history
  • Loading branch information
migmartri authored Nov 19, 2018
1 parent dcad2c9 commit ad827e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/start-gke-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if [[ $(gcloud container clusters list --filter="name:${CLUSTER}") ]]; then
fi

echo "Creating cluster $CLUSTER in $ZONE (v$VERSION)"
gcloud container clusters create --cluster-version=$VERSION --zone $ZONE $CLUSTER --num-nodes 5 --machine-type=n1-standard-2
gcloud container clusters create --cluster-version=$VERSION --zone $ZONE $CLUSTER --num-nodes 2 --machine-type=n1-standard-2
echo "Waiting for the cluster to respond..."
cnt=20
until kubectl get pods > /dev/null 2>&1; do
Expand Down

0 comments on commit ad827e3

Please sign in to comment.