Update version of kops to latest version

The latest version of kops is not 1.7.0, the current version is 1.8.
This commit is contained in:
dandersondavidp
2018-01-16 15:25:46 -06:00
committed by GitHub
parent b66117ce57
commit f768d24316
+2 -2
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
```