From 4dd719208cf5f192ce6bae01032931a61c7f9f7c Mon Sep 17 00:00:00 2001 From: Denise Schannon Date: Fri, 22 Jun 2018 19:44:48 -0700 Subject: [PATCH] fix broken table --- .../rke/v0.1.x/en/config-options/_index.md | 21 ++++++++++--------- 1 file changed, 11 insertions(+), 10 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 3fdb70c2fdc..aae73acee88 100644 --- a/content/rke/v0.1.x/en/config-options/_index.md +++ b/content/rke/v0.1.x/en/config-options/_index.md @@ -57,21 +57,22 @@ ignore_docker_version: true 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.10.3-rancher2-1`. If a version is defined in `kubernetes_version` and is not found in this list, the default is used. - |Kubernetes version| - |-----------------| - |v1.10.3-rancher2-1| - |v1.10.1-rancher2-1| - |v1.10.0-rancher1-1| - |v1.9.7-rancher2-1| - |v1.9.5-rancher1-1| - |v1.8.11-rancher2-1| - |v1.8.10-rancher1-1| + Kubernetes version| + -----------------| + v1.10.3-rancher2-1| + v1.10.1-rancher2-1| + v1.10.0-rancher1-1| + v1.9.7-rancher2-1| + v1.9.5-rancher1-1| + v1.8.11-rancher2-1| + v1.8.10-rancher1-1| +
There are two ways to select a Kubernetes version: - Using the Kubernetes image defined in [system images](#rke-system-images) -- Using the configuration option `kubernetes_version` in +- Using the configuration option `kubernetes_version` ```yaml kubernetes_version: "v1.10.3-rancher2-1"