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

Commit

Permalink
chore(upgrade): Upgrade kops to 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
krisnova committed Apr 4, 2017
1 parent 6246399 commit 5d4866d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/quickstart/provider/aws/boot.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Download the [latest](https://github.com/kubernetes/kops/releases/latest) versio
#### macOS

```bash
$ curl -sSL https://github.com/kubernetes/kops/releases/download/1.5.1/kops-darwin-amd64 -O
$ curl -sSL https://github.com/kubernetes/kops/releases/download/1.5.3/kops-darwin-amd64 -O
$ chmod +x kops-darwin-amd64
$ sudo mv kops-darwin-amd64 /usr/local/bin/kops
```
Expand All @@ -21,7 +21,7 @@ $ sudo mv kops-darwin-amd64 /usr/local/bin/kops
#### linux

```bash
$ curl -sSL https://github.com/kubernetes/kops/releases/download/1.5.1/kops-linux-amd64 -O
$ curl -sSL https://github.com/kubernetes/kops/releases/download/1.5.3/kops-linux-amd64 -O
$ chmod +x kops-linux-amd64
$ sudo mv kops-linux-amd64 /usr/local/bin/kops
```
Expand All @@ -32,7 +32,7 @@ For more information see the official [kops installation guide](https://github.c

```bash
$ kops version
Version 1.5.1
Version 1.5.3
```

## Install kubectl if you haven't done so yet
Expand Down

0 comments on commit 5d4866d

Please sign in to comment.