mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-15 17:28:58 +03:00
Bump kubernetes to v1.6.1
This commit is contained in:
committed by
Kelsey Hightower
parent
0c37c60b72
commit
1c53942442
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user