From cba453d72bf3178362d8f3a5bfd7b69ea2b4c98d Mon Sep 17 00:00:00 2001 From: Daniel Smith Date: Fri, 13 Jun 2014 17:31:57 -0700 Subject: [PATCH] Fix basic test the other way. --- cluster/config-test.sh | 2 +- hack/e2e-suite/basic.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster/config-test.sh b/cluster/config-test.sh index aa0df6e22d7..aceef0482fd 100755 --- a/cluster/config-test.sh +++ b/cluster/config-test.sh @@ -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 diff --git a/hack/e2e-suite/basic.sh b/hack/e2e-suite/basic.sh index 08bc144f391..bbfe8cef9bb 100755 --- a/hack/e2e-suite/basic.sh +++ b/hack/e2e-suite/basic.sh @@ -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.