summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjiangyaoguo <jiangyaoguo@gmail.com>2015-07-08 01:37:40 +0800
committerjiangyaoguo <jiangyaoguo@gmail.com>2015-07-10 10:40:52 +0800
commit3e5d853c22dc580e4c8c75616f5654c3ca10fe6e (patch)
treef2d58b5b8cb2d278de3cfbc34748435110f29fba
parentce319d424c06c915af4e7e0ce463ec8adbe086de (diff)
change get minions cmd in docs
-rw-r--r--development.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/development.md b/development.md
index 2e540bcb..07b61c47 100644
--- a/development.md
+++ b/development.md
@@ -205,7 +205,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