Skip to content
This repository was archived by the owner on Nov 30, 2021. It is now read-only.

Commit 01deb40

Browse files
authored
Merge pull request #783 from kris-nova/kops-bump
chore(upgrade): Upgrade kops to 1.5.3
2 parents 6246399 + 5d4866d commit 01deb40

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/quickstart/provider/aws/boot.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Download the [latest](https://github.com/kubernetes/kops/releases/latest) versio
1212
#### macOS
1313

1414
```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
1616
$ chmod +x kops-darwin-amd64
1717
$ sudo mv kops-darwin-amd64 /usr/local/bin/kops
1818
```
@@ -21,7 +21,7 @@ $ sudo mv kops-darwin-amd64 /usr/local/bin/kops
2121
#### linux
2222

2323
```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
2525
$ chmod +x kops-linux-amd64
2626
$ sudo mv kops-linux-amd64 /usr/local/bin/kops
2727
```
@@ -32,7 +32,7 @@ For more information see the official [kops installation guide](https://github.c
3232

3333
```bash
3434
$ kops version
35-
Version 1.5.1
35+
Version 1.5.3
3636
```
3737

3838
## Install kubectl if you haven't done so yet

0 commit comments

Comments
 (0)