From 217cb631530c14c3f3de6328ad781da480fed0f2 Mon Sep 17 00:00:00 2001 From: Denise Schannon Date: Tue, 5 Mar 2019 11:40:07 -0800 Subject: [PATCH] removing need to update k8s versions for every release in docs --- content/rke/v0.1.x/en/config-options/_index.md | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) 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 7b82559cec1..00b170a844e 100644 --- a/content/rke/v0.1.x/en/config-options/_index.md +++ b/content/rke/v0.1.x/en/config-options/_index.md @@ -54,19 +54,11 @@ ignore_docker_version: true ### Kubernetes Version -You can select which version of Kubernetes to install for your cluster. Each version of RKE has a specific list of supported Kubernetes versions. If a version is defined in `kubernetes_version` and is not found in this list, the default version is used. If you want to use a different version than listed below, please use the [system images](#rke-system-images) option. +You can select which version of Kubernetes to install for your cluster. Each version of RKE has a specific list of supported Kubernetes versions. If a version is defined in `kubernetes_version` and is not found in this list, the default version is used. If you want to use a different version than listed below, please use the [system images]({{< baseurl >}}/rke/v0.1.x/en/config-options/system-images/) option. -The supported Kubernetes versions for RKE v0.1.15 are: +To find out what the list of supported Kubernetes versions are for your version of RKE, please refer to the [release notes](https://github.com/rancher/rke/releases) of the RKE version that you are running. - Kubernetes version| - -----------------| - `v1.12.4-rancher1-1`| - `v1.11.6-rancher1-1` (default)| - `v1.10.12-rancher1-1`| - -
- -You can define the Kubernetes version as follows: +You can set the Kubernetes version as follows: ```yaml kubernetes_version: "v1.11.6-rancher1-1"