Update kops versioned download URLs

kops releases started including a `v` prefix in their tags and GitHub releases.
This updates to a more recent kops version and includes that prefix in the URL.

Signed-off-by: Peter Rifel <peter.rifel@datadoghq.com>
This commit is contained in:
Peter Rifel 2021-04-15 08:35:49 -05:00
parent 5ff0d819e7
commit 1d3134793a
No known key found for this signature in database
GPG Key ID: 972C462EFEF747D3
1 changed files with 4 additions and 4 deletions

View File

@ -56,10 +56,10 @@ To download a specific version, replace the following portion of the command wit
$(curl -s https://api.github.com/repos/kubernetes/kops/releases/latest | grep tag_name | cut -d '"' -f 4)
```
For example, to download kops version v1.15.0 type:
For example, to download kops version v1.20.0 type:
```shell
curl -LO https://github.com/kubernetes/kops/releases/download/1.15.0/kops-darwin-amd64
curl -LO https://github.com/kubernetes/kops/releases/download/v1.20.0/kops-darwin-amd64
```
Make the kops binary executable.
@ -94,10 +94,10 @@ To download a specific version of kops, replace the following portion of the com
$(curl -s https://api.github.com/repos/kubernetes/kops/releases/latest | grep tag_name | cut -d '"' -f 4)
```
For example, to download kops version v1.15.0 type:
For example, to download kops version v1.20.0 type:
```shell
curl -LO https://github.com/kubernetes/kops/releases/download/1.15.0/kops-linux-amd64
curl -LO https://github.com/kubernetes/kops/releases/download/v1.20.0/kops-linux-amd64
```
Make the kops binary executable