From 3ceddcb2a7c5d99761794b15358841649a003bbb Mon Sep 17 00:00:00 2001 From: Sebastiaan van Steenis Date: Wed, 16 Jan 2019 20:43:15 +0100 Subject: [PATCH] Update k8s versions for RKE v0.1.15 --- content/rke/v0.1.x/en/config-options/_index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 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 adfaa1f25be..7b82559cec1 100644 --- a/content/rke/v0.1.x/en/config-options/_index.md +++ b/content/rke/v0.1.x/en/config-options/_index.md @@ -56,20 +56,20 @@ ignore_docker_version: true 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. -The supported Kubernetes versions for RKE v0.1.13 are: +The supported Kubernetes versions for RKE v0.1.15 are: Kubernetes version| -----------------| - `v1.12.3-rancher1-1`| - `v1.11.5-rancher1-1` (default)| - `v1.10.11-rancher1-1`| + `v1.12.4-rancher1-1`| + `v1.11.6-rancher1-1` (default)| + `v1.10.12-rancher1-1`|
You can define the Kubernetes version as follows: ```yaml -kubernetes_version: "v1.11.5-rancher1-1" +kubernetes_version: "v1.11.6-rancher1-1" ``` In case both `kubernetes_version` and [system images](#rke-system-images) are defined, the system images configuration will take precedence over `kubernetes_version`.