mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-09-17 01:20:41 +03:00
update docs
This commit is contained in:
@@ -1,31 +0,0 @@
|
|||||||
# Downloads
|
|
||||||
|
|
||||||
## Kubernetes 1.3.0
|
|
||||||
|
|
||||||
```
|
|
||||||
wget https://github.com/kubernetes/kubernetes/releases/download/v1.3.0/kubernetes.tar.gz
|
|
||||||
```
|
|
||||||
|
|
||||||
## etcd 3.0.1
|
|
||||||
|
|
||||||
```
|
|
||||||
wget https://github.com/coreos/etcd/releases/download/v3.0.1/etcd-v3.0.1-linux-amd64.tar.gz
|
|
||||||
```
|
|
||||||
|
|
||||||
## Docker 1.11.2
|
|
||||||
|
|
||||||
```
|
|
||||||
wget https://get.docker.com/builds/Linux/x86_64/docker-1.11.2.tgz
|
|
||||||
```
|
|
||||||
|
|
||||||
|
|
||||||
```
|
|
||||||
tar -xvf kubernetes.tar.gz
|
|
||||||
```
|
|
||||||
|
|
||||||
```
|
|
||||||
tar -xvf kubernetes/server/kubernetes-server-linux-amd64.tar.gz
|
|
||||||
```
|
|
||||||
|
|
||||||
```
|
|
||||||
```
|
|
Reference in New Issue
Block a user