Fix DESIGN.md link, and etcd installation instruction.

pull/6/head
Deyuan Deng 2014-11-02 20:13:43 -05:00
parent 21ff53c70b
commit 7f6580dbea
3 changed files with 5 additions and 16 deletions

View File

@ -32,8 +32,8 @@ While the concepts and architecture in Kubernetes represent years of experience
* The following clouds are currently broken at Kubernetes head. Please sync your client to `v0.3` (`git checkout v0.3`) to use these:
* [Microsoft Azure](docs/getting-started-guides/azure.md)
* [Kubernetes 101](https://github.com/GoogleCloudPlatform/kubernetes/tree/master/examples/walkthrough)
* [kubecfg command line tool](https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/cli.md)
* [Kubernetes 101](examples/walkthrough)
* [kubecfg command line tool](docs/cli.md)
* [Kubernetes API Documentation](http://cdn.rawgit.com/GoogleCloudPlatform/kubernetes/31a0daae3627c91bc96e1f02a6344cd76e294791/api/kubernetes.html)
* [Kubernetes Client Libraries](docs/client-libraries.md)
* [Discussion and Community Support](#community-discussion-and-support)

View File

@ -100,18 +100,7 @@ godep go tool cover -html=target/c.out
## Integration tests
You need an etcd somewhere in your PATH. To install etcd, run:
```
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
```
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``.
## End-to-End tests

View File

@ -1,6 +1,6 @@
## Getting started locally
### Requirements
### Requirements
#### Linux
@ -12,7 +12,7 @@ At least [Docker](https://docs.docker.com/installation/#installation) 1.0.0+. En
#### etcd
You need an [etcd](https://github.com/coreos/etcd) somewhere in your path. Get the [latest release](https://github.com/coreos/etcd/releases/) and place it in `/usr/bin`.
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``.
### Starting the cluster