File tree Expand file tree Collapse file tree
src/quickstart/provider/vagrant Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,11 +27,11 @@ See [Kubernetes Versions](https://deis.com/docs/workflow/installing-workflow/sys
2727This archive has everything that you need to launch Kubernetes. It's a fairly large archive, so it may take some time to download:
2828
2929```
30- $ curl -sSL https://storage.googleapis.com/kubernetes-release/release/v1.3.5 /kubernetes.tar.gz -O
30+ $ curl -sSL https://storage.googleapis.com/kubernetes-release/release/v1.5.1 /kubernetes.tar.gz -O
3131$ tar -xvzf kubernetes.tar.gz
3232$ cd kubernetes
3333$ ls
34- LICENSES README.md Vagrantfile cluster/ contrib/ docs/ examples/ platforms/ server/ third_party/ version
34+ client cluster docs examples federation LICENSES README.md server third_party Vagrantfile version
3535```
3636
3737## Configure the Kubernetes Environment
You can’t perform that action at this time.
0 commit comments