diff options
| author | Jeff Grafton <jgrafton@google.com> | 2015-10-08 17:57:36 -0700 |
|---|---|---|
| committer | Jeff Grafton <jgrafton@google.com> | 2015-10-13 16:06:01 -0700 |
| commit | aee2383f9b350d0ea7b5d14b60b5c77fdef08391 (patch) | |
| tree | c5f09e763a2cf793bece33f100a5ba39ecdaf281 | |
| parent | d587e3b9f965b6528fbe9b058056f4e7c70ef6f4 (diff) | |
Update documentation to describe how to install etcd for testing
| -rw-r--r-- | development.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/development.md b/development.md index 4375d73e..0b778dd9 100644 --- a/development.md +++ b/development.md @@ -264,7 +264,9 @@ Coverage results for the project can also be viewed on [Coveralls](https://cover ## Integration tests -You need an [etcd](https://github.com/coreos/etcd/releases/tag/v2.0.12) in your path, please make sure it is installed and in your ``$PATH``. +You need an [etcd](https://github.com/coreos/etcd/releases) in your path. To download a copy of the latest version used by Kubernetes, either + * run `hack/install-etcd.sh`, which will download etcd to `third_party/etcd`, and then set your `PATH` to include `third_party/etcd`. + * inspect `cluster/saltbase/salt/etcd/etcd.manifest` for the correct version, and then manually download and install it to some place in your `PATH`. ```sh cd kubernetes |
