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
David Ross 2017-07-11 14:05:57 -05:00 committed by Kelsey Hightower
parent 87c0662652
commit 0f826cf436
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ Run the following commands from the machine which will be your Kubernetes Client
### 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
sudo mv kubectl /usr/local/bin
```
@ -15,7 +15,7 @@ sudo mv kubectl /usr/local/bin
### 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
sudo mv kubectl /usr/local/bin
```