From 7ea1ccd7a3c396980e0a09f52ce183b9d5c45b51 Mon Sep 17 00:00:00 2001 From: BenTheElder Date: Mon, 4 May 2015 02:59:42 -0400 Subject: [PATCH] Set vagrant test cluster default NUM_MINIONS=2 --- cluster/vagrant/config-test.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cluster/vagrant/config-test.sh b/cluster/vagrant/config-test.sh index deabb8f81f..dbaac9dd35 100644 --- a/cluster/vagrant/config-test.sh +++ b/cluster/vagrant/config-test.sh @@ -15,5 +15,8 @@ # limitations under the License. ## Contains configuration values for interacting with the Vagrant cluster in test mode +#Set NUM_MINIONS to minimum required for testing. +NUM_MINIONS=2 + KUBE_ROOT=$(dirname "${BASH_SOURCE}")/../.. source "${KUBE_ROOT}/cluster/vagrant/config-default.sh"