Skip to content

Commit df1aa07

Browse files
committed
[ja] Update kops versioned download URLs
1 parent 2f4a570 commit df1aa07

File tree

1 file changed

+4
-4
lines changed
  • content/ja/docs/setup/production-environment/tools

1 file changed

+4
-4
lines changed

content/ja/docs/setup/production-environment/tools/kops.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ To download a specific version, replace the following portion of the command wit
5656
$(curl -s https://api.github.com/repos/kubernetes/kops/releases/latest | grep tag_name | cut -d '"' -f 4)
5757
```
5858

59-
For example, to download kops version v1.15.0 type:
59+
For example, to download kops version v1.20.0 type:
6060

6161
```shell
62-
curl -LO https://github.com/kubernetes/kops/releases/download/1.15.0/kops-darwin-amd64
62+
curl -LO https://github.com/kubernetes/kops/releases/download/v1.20.0/kops-darwin-amd64
6363
```
6464

6565
Make the kops binary executable.
@@ -94,10 +94,10 @@ To download a specific version of kops, replace the following portion of the com
9494
$(curl -s https://api.github.com/repos/kubernetes/kops/releases/latest | grep tag_name | cut -d '"' -f 4)
9595
```
9696

97-
For example, to download kops version v1.15.0 type:
97+
For example, to download kops version v1.20.0 type:
9898

9999
```shell
100-
curl -LO https://github.com/kubernetes/kops/releases/download/1.15.0/kops-linux-amd64
100+
curl -LO https://github.com/kubernetes/kops/releases/download/v1.20.0/kops-linux-amd64
101101
```
102102

103103
Make the kops binary executable

0 commit comments

Comments
 (0)