Bump kubernetes to v1.6.1

This commit is contained in:
Alan Hollis
2017-04-12 15:09:55 +01:00
committed by Kelsey Hightower
parent 0c37c60b72
commit 1c53942442
4 changed files with 17 additions and 17 deletions

View File

@@ -9,7 +9,7 @@ The kubectl client will be used to generate kubeconfig files which will be consu
### OS X
```
wget https://storage.googleapis.com/kubernetes-release/release/v1.6.0/bin/darwin/amd64/kubectl
wget https://storage.googleapis.com/kubernetes-release/release/v1.6.1/bin/darwin/amd64/kubectl
chmod +x kubectl
sudo mv kubectl /usr/local/bin
```
@@ -17,7 +17,7 @@ sudo mv kubectl /usr/local/bin
### Linux
```
wget https://storage.googleapis.com/kubernetes-release/release/v1.6.0/bin/linux/amd64/kubectl
wget https://storage.googleapis.com/kubernetes-release/release/v1.6.1/bin/linux/amd64/kubectl
chmod +x kubectl
sudo mv kubectl /usr/local/bin
```