Fix basic test the other way.

pull/6/head
Daniel Smith 2014-06-13 17:31:57 -07:00
parent 74ea18209a
commit cba453d72b
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
ZONE=us-central1-b
MASTER_SIZE=g1-small
MINION_SIZE=g1-small
NUM_MINIONS=3
NUM_MINIONS=2
# gcloud/gcutil will expand this to the latest supported image.
IMAGE=backports-debian-7-wheezy
NETWORK=default

View File

@ -24,7 +24,7 @@ source "${KUBE_REPO_ROOT}/cluster/util.sh"
detect-project
# Launch a container
$CLOUDCFG -p 8080:80 run dockerfile/nginx 3 myNginx
$CLOUDCFG -p 8080:80 run dockerfile/nginx 2 myNginx
# Container turn up on a clean cluster can take a while for the docker image pull.
# Sleep for 2 minutes just to be sure.