Skip to content

Commit caf188e

Browse files
author
Wouter de Vos
committed
Add instructions to downgrade GKE node versions
After spending too much time on installing Workflow, @kmala pointed out in Slack that I was probably running on k8s 1.3.x. Which is the default. I checked in the Console and there is no other way than to create the new cluster then downgrade it. Hope with this (temporary) fix in the docs, other people will not make the same mistake.
1 parent 43b5687 commit caf188e

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

src/quickstart/provider/gke/boot.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ For development and testing, we recommend you use the `n1-standard-2` machine ty
3434

3535
Click "Create" and Google Container Engine will provision your cluster. The process will take a few minutes to complete.
3636

37+
## Check Kubernetes version
38+
39+
![](images/gke-node-version.jpg)]
40+
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.
42+
3743
## Install and configure the Google Cloud CLI
3844

3945
While your container cluster is booting. You will need to install the Google Cloud CLI tools. We will use the tools to fetch cluster credentials to authenitcate to your new Kubernetes cluster.
133 KB
Loading

0 commit comments

Comments
 (0)