mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-17 15:13:08 +00:00
Merge pull request #2165 from ddysher/update-doc
Fix DESIGN.md link, and etcd installation instruction.
This commit is contained in:
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user