diff options
| author | jiangyaoguo <jiangyaoguo@gmail.com> | 2015-07-08 01:37:40 +0800 |
|---|---|---|
| committer | jiangyaoguo <jiangyaoguo@gmail.com> | 2015-07-10 10:40:52 +0800 |
| commit | 3e5d853c22dc580e4c8c75616f5654c3ca10fe6e (patch) | |
| tree | f2d58b5b8cb2d278de3cfbc34748435110f29fba | |
| parent | ce319d424c06c915af4e7e0ce463ec8adbe086de (diff) | |
change get minions cmd in docs
| -rw-r--r-- | development.md | 2 |
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 |
