Merge pull request #10843 from jiangyaoguo/change-get-minions-in-docs

change "get minions" to "get nodes"  in docs
This commit is contained in:
Tim Hockin
2015-07-13 13:27:56 -07:00
11 changed files with 40 additions and 40 deletions

View File

@@ -219,7 +219,7 @@ hack/test-integration.sh
## End-to-End tests
You can run an end-to-end test which will bring up a master and two minions, perform some tests, and then tear everything down. Make sure you have followed the getting started steps for your chosen cloud platform (which might involve changing the `KUBERNETES_PROVIDER` environment variable to something other than "gce".
You can run an end-to-end test which will bring up a master and two nodes, perform some tests, and then tear everything down. Make sure you have followed the getting started steps for your chosen cloud platform (which might involve changing the `KUBERNETES_PROVIDER` environment variable to something other than "gce".
```
cd kubernetes
hack/e2e-test.sh