From e557ee4d451af32e2562b9784dcdcdbb9c465ebc Mon Sep 17 00:00:00 2001 From: dnoland1 Date: Fri, 5 Oct 2018 18:01:05 -0700 Subject: [PATCH] Update _index.md New default and versions. --- content/rke/v0.1.x/en/config-options/_index.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/content/rke/v0.1.x/en/config-options/_index.md b/content/rke/v0.1.x/en/config-options/_index.md index 2f24b34738b..8baf72e8d00 100644 --- a/content/rke/v0.1.x/en/config-options/_index.md +++ b/content/rke/v0.1.x/en/config-options/_index.md @@ -54,10 +54,13 @@ ignore_docker_version: true ### Kubernetes Version -You can select which version of Kubernetes to install for your cluster. These options are the Kubernetes versions made available in Rancher v2.x. The current default Kubernetes version used by RKE is `v1.11.1-rancher1-1`. If a version is defined in `kubernetes_version` and is not found in this list, the default is used. +You can select which version of Kubernetes to install for your cluster. These options are the Kubernetes versions made available in Rancher v2.x. The current default Kubernetes version used by RKE is `v1.11.3-rancher1-1`. If a version is defined in `kubernetes_version` and is not found in this list, the default is used. Kubernetes version| -----------------| + v1.12.0-rancher1-1| + v1.11.3-rancher1-1| + v1.11.2-rancher1-2| v1.11.1-rancher1-1| v1.10.5-rancher1-2| v1.10.3-rancher2-1|