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

@@ -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.0-rc.1/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
```
@@ -15,7 +15,7 @@ sudo mv kubectl /usr/local/bin
### Linux
```
wget https://storage.googleapis.com/kubernetes-release/release/v1.6.0-rc.1/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
```
@@ -80,7 +80,7 @@ kubectl get nodes
```
NAME STATUS AGE VERSION
worker0 Ready 7m v1.6.0-rc.1
worker1 Ready 5m v1.6.0-rc.1
worker2 Ready 2m v1.6.0-rc.1
worker0 Ready 7m v1.6.1
worker1 Ready 5m v1.6.1
worker2 Ready 2m v1.6.1
```