This repository was archived by the owner on Nov 30, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/quickstart/provider/aws Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Download the [latest](https://github.com/kubernetes/kops/releases/latest) versio
12
12
#### macOS
13
13
14
14
``` bash
15
- $ curl -sSL https://github.com/kubernetes/kops/releases/download/1.5.1 /kops-darwin-amd64 -O
15
+ $ curl -sSL https://github.com/kubernetes/kops/releases/download/1.5.3 /kops-darwin-amd64 -O
16
16
$ chmod +x kops-darwin-amd64
17
17
$ sudo mv kops-darwin-amd64 /usr/local/bin/kops
18
18
```
@@ -21,7 +21,7 @@ $ sudo mv kops-darwin-amd64 /usr/local/bin/kops
21
21
#### linux
22
22
23
23
``` bash
24
- $ curl -sSL https://github.com/kubernetes/kops/releases/download/1.5.1 /kops-linux-amd64 -O
24
+ $ curl -sSL https://github.com/kubernetes/kops/releases/download/1.5.3 /kops-linux-amd64 -O
25
25
$ chmod +x kops-linux-amd64
26
26
$ sudo mv kops-linux-amd64 /usr/local/bin/kops
27
27
```
@@ -32,7 +32,7 @@ For more information see the official [kops installation guide](https://github.c
32
32
33
33
``` bash
34
34
$ kops version
35
- Version 1.5.1
35
+ Version 1.5.3
36
36
```
37
37
38
38
## Install kubectl if you haven't done so yet
You can’t perform that action at this time.
0 commit comments