update kops installation instructions

* change version v1.4.1 -> 1.6.1
* add note about Homebrew
reviewable/pr3966/r1
Eren Güven 2017-06-12 16:44:12 +02:00 committed by Andrew Chen
parent 7047cdefbf
commit 582f6f5bd3
1 changed files with 4 additions and 2 deletions

View File

@ -34,15 +34,17 @@ Download kops from the [releases page](https://github.com/kubernetes/kops/releas
On MacOS:
```
wget https://github.com/kubernetes/kops/releases/download/v1.4.1/kops-darwin-amd64
wget https://github.com/kubernetes/kops/releases/download/1.6.1/kops-darwin-amd64
chmod +x kops-darwin-amd64
mv kops-darwin-amd64 /usr/local/bin/kops
# you can also install using Homebrew
brew update && brew install kops
```
On Linux:
```
wget https://github.com/kubernetes/kops/releases/download/v1.4.1/kops-linux-amd64
wget https://github.com/kubernetes/kops/releases/download/1.6.1/kops-linux-amd64
chmod +x kops-linux-amd64
mv kops-linux-amd64 /usr/local/bin/kops
```