Fix DESIGN.md link, and etcd installation instruction.
This commit is contained in:
parent
e60fd03ae1
commit
fcaa1651e4
|
@ -100,18 +100,7 @@ godep go tool cover -html=target/c.out
|
||||||
|
|
||||||
## Integration tests
|
## Integration tests
|
||||||
|
|
||||||
You need an etcd somewhere in your PATH. To install etcd, run:
|
You need an [etcd](https://github.com/coreos/etcd/releases/tag/v0.4.6) in your path, please make sure it is installed and in your ``$PATH``.
|
||||||
|
|
||||||
```
|
|
||||||
cd kubernetes
|
|
||||||
hack/travis/install-etcd.sh
|
|
||||||
sudo ln -s $(pwd)/third_party/etcd/bin/etcd /usr/bin/etcd
|
|
||||||
```
|
|
||||||
|
|
||||||
```
|
|
||||||
cd kubernetes
|
|
||||||
hack/test-integration.sh
|
|
||||||
```
|
|
||||||
|
|
||||||
## End-to-End tests
|
## End-to-End tests
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue