Set vagrant test cluster default NUM_MINIONS=2

pull/6/head
BenTheElder 2015-05-04 02:59:42 -04:00
parent 1dcd80cdf3
commit 7ea1ccd7a3
1 changed files with 3 additions and 0 deletions

View File

@ -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"