Skip to content

Commit e066502

Browse files
author
Matthew Fisher
committed
fix(quickstart): remove references to downgrade
also make changes to always reference the system requirements docs for the latest compatible versions.
1 parent bd306d4 commit e066502

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

src/quickstart/provider/aws/boot.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ $ mkdir my-first-cluster
3434
$ cd my-first-cluster
3535
```
3636

37-
Download Kubernetes release v1.2.4, and extract the archive on your machine.
37+
See [Kubernetes Versions](https://deis.com/docs/workflow/installing-workflow/system-requirements/#kubernetes-versions) under System Requirements and download a Kubernetes release that is compatible with Deis Workflow, and extract the archive on your machine.
3838

39-
This archive has everything that you need to launch Kubernetes. It weighs in around 500MB, so it may take some time to download:
39+
This archive has everything that you need to launch Kubernetes. It's a fairly large archive, so it may take some time to download:
4040

4141
```
42-
$ curl -sSL https://storage.googleapis.com/kubernetes-release/release/v1.2.4/kubernetes.tar.gz -O
42+
$ curl -sSL https://storage.googleapis.com/kubernetes-release/release/v1.3.5/kubernetes.tar.gz -O
4343
$ tar -xvzf kubernetes.tar.gz
4444
$ cd kubernetes
4545
$ ls

src/quickstart/provider/gke/boot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Click "Create" and Google Container Engine will provision your cluster. The proc
3838

3939
![](images/gke-node-version.jpg)]
4040

41-
After the cluster is created, check the node version. If you are on 1.3.x, **downgrade the node version to 1.2.5**. See [Kubernetes Versions](https://deis.com/docs/workflow/installing-workflow/system-requirements/#kubernetes-versions) under System Requirements for more details.
41+
After the cluster is created, check the node version. See [Kubernetes Versions](https://deis.com/docs/workflow/installing-workflow/system-requirements/#kubernetes-versions) under System Requirements for more details.
4242

4343
## Install and configure the Google Cloud CLI
4444

src/quickstart/provider/vagrant/boot.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ $ mkdir my-first-cluster
2222
$ cd my-first-cluster
2323
```
2424

25-
Download Kubernetes release v1.2.4, and extract the archive on your machine.
25+
See [Kubernetes Versions](https://deis.com/docs/workflow/installing-workflow/system-requirements/#kubernetes-versions) under System Requirements and download a Kubernetes release that is compatible with Deis Workflow, and extract the archive on your machine.
2626

27-
This archive has everything that you need to launch Kubernetes. It weighs in around 500MB, so it may take some time to download:
27+
This 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.2.4/kubernetes.tar.gz -O
30+
$ curl -sSL https://storage.googleapis.com/kubernetes-release/release/v1.3.5/kubernetes.tar.gz -O
3131
$ tar -xvzf kubernetes.tar.gz
3232
$ cd kubernetes
3333
$ ls

0 commit comments

Comments
 (0)