mirror of https://github.com/k3s-io/k3s
Merge pull request #1381 from andrewmichaelsmith/patch-2
Change etcd install from go get to binaries from releasespull/6/head
commit
71c1137213
|
@ -12,15 +12,8 @@ At least [Docker](https://docs.docker.com/installation/#installation) 1.0.0+. En
|
|||
|
||||
#### etcd
|
||||
|
||||
You need an etcd somewhere in your path. To get from head:
|
||||
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`.
|
||||
|
||||
```
|
||||
go get github.com/coreos/etcd
|
||||
go install github.com/coreos/etcd
|
||||
sudo ln -s "$GOPATH/bin/etcd" /usr/bin/etcd
|
||||
# Or just use the packaged one:
|
||||
sudo ln -s "$REPO_ROOT/target/bin/etcd" /usr/bin/etcd
|
||||
```
|
||||
|
||||
### Starting the cluster
|
||||
|
||||
|
|
Loading…
Reference in New Issue