Merge pull request #6983 from dandersondavidp/patch-1

Update version of kops to latest version
This commit is contained in:
Joseph Heck
2018-01-18 14:01:18 -08:00
committed by GitHub
+2 -2
View File
@@ -34,7 +34,7 @@ Download kops from the [releases page](https://github.com/kubernetes/kops/releas
On MacOS: 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 chmod +x kops-darwin-amd64
mv kops-darwin-amd64 /usr/local/bin/kops mv kops-darwin-amd64 /usr/local/bin/kops
# you can also install using Homebrew # you can also install using Homebrew
@@ -44,7 +44,7 @@ brew update && brew install kops
On Linux: 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 chmod +x kops-linux-amd64
mv kops-linux-amd64 /usr/local/bin/kops mv kops-linux-amd64 /usr/local/bin/kops
``` ```