diff --git a/docs/devel/developer-guides/vagrant.md b/docs/devel/developer-guides/vagrant.md old mode 100644 new mode 100755 index ff6b98f2163..2fe8ed934cb --- a/docs/devel/developer-guides/vagrant.md +++ b/docs/devel/developer-guides/vagrant.md @@ -278,7 +278,7 @@ Congratulations! ### Testing The following will run all of the end-to-end testing scenarios assuming you set -your environment in `cluster/kube-env.sh`: +your environment: ```shell NUM_NODES=3 go run hack/e2e.go -v --build --up --test --down