diff options
| author | Tim Hockin <thockin@google.com> | 2015-07-13 13:27:56 -0700 |
|---|---|---|
| committer | Tim Hockin <thockin@google.com> | 2015-07-13 13:27:56 -0700 |
| commit | 8eebde7ae9707d877f9b7b8ecd5c0d17a2cbe266 (patch) | |
| tree | 1c297bac5e10bd299a10224b89c3ce1e3d1f0637 /development.md | |
| parent | be51e7d3b2cd7b124c1c183be45f3f1bb5f9811a (diff) | |
| parent | 3e5d853c22dc580e4c8c75616f5654c3ca10fe6e (diff) | |
Merge pull request #10843 from jiangyaoguo/change-get-minions-in-docs
change "get minions" to "get nodes" in docs
Diffstat (limited to 'development.md')
| -rw-r--r-- | development.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development.md b/development.md index 37a4478a..157f49d6 100644 --- a/development.md +++ b/development.md @@ -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 |
