Merge pull request #29095 from lixiaobing10051267/masterKube-env

Automatic merge from submit-queue

File "cluster/kube-env.sh" not exist

In file "docs/devel/developer-guides/vagrant.md", line 281:
"your environment in `cluster/kube-env.sh`:"
Here file "cluster/kube-env.sh" not exist.
This commit is contained in:
k8s-merge-robot 2016-07-19 02:18:32 -07:00 committed by GitHub
commit f5a5b5fc36

2
docs/devel/developer-guides/vagrant.md Normal file → Executable file
View File

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