From 24e512b4b8cd89f52bcdfc3c2a9c3eee9967d166 Mon Sep 17 00:00:00 2001 From: Joe Beda Date: Thu, 15 Jan 2015 09:11:35 -0800 Subject: [PATCH] Update instructions for running Vagrant e2e --- docs/getting-started-guides/vagrant.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started-guides/vagrant.md b/docs/getting-started-guides/vagrant.md index 220b0ddd60e..4d27fd572ed 100644 --- a/docs/getting-started-guides/vagrant.md +++ b/docs/getting-started-guides/vagrant.md @@ -253,7 +253,7 @@ Congratulations! The following will run all of the end-to-end testing scenarios assuming you set your environment in cluster/kube-env.sh ``` -hack/e2e-test.sh +NUM_MINIONS=3 hack/e2e-test.sh ``` ### Troubleshooting