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

Commit

Permalink
chore(vagrant): update kubernetes release tarball to v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Fisher committed Jan 10, 2017
1 parent 22a74fa commit 1d12348
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/quickstart/provider/vagrant/boot.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ See [Kubernetes Versions](https://deis.com/docs/workflow/installing-workflow/sys
This archive has everything that you need to launch Kubernetes. It's a fairly large archive, so it may take some time to download:

```
$ curl -sSL https://storage.googleapis.com/kubernetes-release/release/v1.3.5/kubernetes.tar.gz -O
$ curl -sSL https://storage.googleapis.com/kubernetes-release/release/v1.5.1/kubernetes.tar.gz -O
$ tar -xvzf kubernetes.tar.gz
$ cd kubernetes
$ ls
LICENSES README.md Vagrantfile cluster/ contrib/ docs/ examples/ platforms/ server/ third_party/ version
client cluster docs examples federation LICENSES README.md server third_party Vagrantfile version
```

## Configure the Kubernetes Environment
Expand Down

0 comments on commit 1d12348

Please sign in to comment.