mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2026-02-05 00:09:08 +00:00
Update kubectl to 1.7.0
This commit is contained in:
parent
dc5fc10559
commit
7631b261fb
@ -9,7 +9,7 @@ The kubectl client will be used to generate kubeconfig files which will be consu
|
|||||||
### OS X
|
### OS X
|
||||||
|
|
||||||
```
|
```
|
||||||
wget https://storage.googleapis.com/kubernetes-release/release/v1.6.1/bin/darwin/amd64/kubectl
|
wget https://storage.googleapis.com/kubernetes-release/release/v1.7.0/bin/darwin/amd64/kubectl
|
||||||
chmod +x kubectl
|
chmod +x kubectl
|
||||||
sudo mv kubectl /usr/local/bin
|
sudo mv kubectl /usr/local/bin
|
||||||
```
|
```
|
||||||
@ -17,7 +17,7 @@ sudo mv kubectl /usr/local/bin
|
|||||||
### Linux
|
### Linux
|
||||||
|
|
||||||
```
|
```
|
||||||
wget https://storage.googleapis.com/kubernetes-release/release/v1.6.1/bin/linux/amd64/kubectl
|
wget https://storage.googleapis.com/kubernetes-release/release/v1.7.0/bin/linux/amd64/kubectl
|
||||||
chmod +x kubectl
|
chmod +x kubectl
|
||||||
sudo mv kubectl /usr/local/bin
|
sudo mv kubectl /usr/local/bin
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user