mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-10-19 10:22:51 +03:00
make curl follow github redirect
This commit is contained in:
@@ -18,7 +18,7 @@ Download the official etcd release binaries from the [coreos/etcd](https://githu
|
|||||||
|
|
||||||
```
|
```
|
||||||
curl \
|
curl \
|
||||||
-O "https://github.com/coreos/etcd/releases/download/v3.2.6/etcd-v3.2.6-linux-amd64.tar.gz"
|
-L -O "https://github.com/coreos/etcd/releases/download/v3.2.6/etcd-v3.2.6-linux-amd64.tar.gz"
|
||||||
```
|
```
|
||||||
|
|
||||||
Extract and install the `etcd` server and the `etcdctl` command line utility:
|
Extract and install the `etcd` server and the `etcdctl` command line utility:
|
||||||
|
Reference in New Issue
Block a user