Skip to content

Commit

Permalink
Merge pull request #27570 from rifelpet/kops-url
Browse files Browse the repository at this point in the history
Update kops versioned download URLs
  • Loading branch information
k8s-ci-robot authored Apr 15, 2021
2 parents 5ff0d81 + 1d31347 commit a88d09c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions content/en/docs/setup/production-environment/tools/kops.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a88d09c

Please sign in to comment.