Skip to content

Commit

Permalink
Fix DESIGN.md link, and etcd installation instruction.
Browse files Browse the repository at this point in the history
  • Loading branch information
ddysher committed Nov 12, 2014
1 parent 21ff53c commit 7f6580d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 16 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
13 changes: 1 addition & 12 deletions docs/devel/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions docs/getting-started-guides/locally.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Getting started locally

### Requirements
### Requirements

#### Linux

Expand All @@ -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

Expand Down

0 comments on commit 7f6580d

Please sign in to comment.