File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
content/en/docs/setup/production-environment/tools Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -56,10 +56,10 @@ To download a specific version, replace the following portion of the command wit
56
56
$( curl -s https://api.github.com/repos/kubernetes/kops/releases/latest | grep tag_name | cut -d ' "' -f 4)
57
57
```
58
58
59
- For example, to download kops version v1.15 .0 type:
59
+ For example, to download kops version v1.20 .0 type:
60
60
61
61
``` 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
63
63
```
64
64
65
65
Make the kops binary executable.
@@ -94,10 +94,10 @@ To download a specific version of kops, replace the following portion of the com
94
94
$( curl -s https://api.github.com/repos/kubernetes/kops/releases/latest | grep tag_name | cut -d ' "' -f 4)
95
95
```
96
96
97
- For example, to download kops version v1.15 .0 type:
97
+ For example, to download kops version v1.20 .0 type:
98
98
99
99
``` 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
101
101
```
102
102
103
103
Make the kops binary executable
You can’t perform that action at this time.
0 commit comments