Change etcd version from 3.4.0 to 3.4.9

pull/582/head
Nemo 2020-06-24 15:11:04 +02:00
parent e288bc0f38
commit 451c4c581f
1 changed files with 3 additions and 3 deletions

View File

@ -22,14 +22,14 @@ Download the official etcd release binaries from the [etcd](https://github.com/e
```bash
wget -q --show-progress --https-only --timestamping \
"https://github.com/etcd-io/etcd/releases/download/v3.4.0/etcd-v3.4.0-linux-amd64.tar.gz"
"https://github.com/etcd-io/etcd/releases/download/v3.4.9/etcd-v3.4.9-linux-amd64.tar.gz"
```
Extract and install the `etcd` server and the `etcdctl` command line utility:
```bash
tar -xvf etcd-v3.4.0-linux-amd64.tar.gz
sudo mv etcd-v3.4.0-linux-amd64/etcd* /usr/local/bin/
tar -xvf etcd-v3.4.9-linux-amd64.tar.gz
sudo mv etcd-v3.4.9-linux-amd64/etcd* /usr/local/bin/
```
### Configure the etcd Server