Skip to content

Commit

Permalink
changed ETCD version to 3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
EamonKeane committed Mar 13, 2018
1 parent 14949bd commit 2edff05
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/07-bootstrapping-etcd.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@ Download the official etcd release binaries from the [coreos/etcd](https://githu

```shell
wget -q --show-progress --https-only --timestamping \
"https://github.com/coreos/etcd/releases/download/v3.2.8/etcd-v3.2.8-linux-amd64.tar.gz"
"https://github.com/coreos/etcd/releases/download/v3.3.2/etcd-v3.3.2-linux-amd64.tar.gz"
```

Extract and install the `etcd` server and the `etcdctl` command line utility:

```shell
tar -xvf etcd-v3.2.8-linux-amd64.tar.gz
tar -xvf etcd-v3.3.2-linux-amd64.tar.gz
```

```shell
sudo mv etcd-v3.2.8-linux-amd64/etcd* /usr/local/bin/
sudo mv etcd-v3.3.2-linux-amd64/etcd* /usr/local/bin/
```

### Configure the etcd Server
Expand Down

0 comments on commit 2edff05

Please sign in to comment.