File tree Expand file tree Collapse file tree
src/quickstart/provider/aws Expand file tree Collapse file tree 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
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
You can’t perform that action at this time.
0 commit comments