Update 07-kubectl.md
as per my other pull request, using 1.7.0 fixes an error with etcd configuration on the Kubernetes cluster.pull/186/head
parent
87c0662652
commit
0f826cf436
|
@ -7,7 +7,7 @@ Run the following commands from the machine which will be your Kubernetes Client
|
||||||
### 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
|
||||||
```
|
```
|
||||||
|
@ -15,7 +15,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…
Reference in New Issue