Merge pull request #6983 from dandersondavidp/patch-1

Update version of kops to latest version
reviewable/pr7014/r1
Joseph Heck 2018-01-18 14:01:18 -08:00 committed by GitHub
commit 3bf7e2bfb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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