From 158a512d007ec03e767de2ed9bdedb58bcdbe582 Mon Sep 17 00:00:00 2001 From: Catherine Luse Date: Mon, 13 Jan 2020 14:39:38 -0700 Subject: [PATCH] Remove duplicated section --- content/rke/latest/en/upgrades/_index.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/content/rke/latest/en/upgrades/_index.md b/content/rke/latest/en/upgrades/_index.md index 5857ae5bda5..b9ebd292167 100644 --- a/content/rke/latest/en/upgrades/_index.md +++ b/content/rke/latest/en/upgrades/_index.md @@ -15,13 +15,7 @@ To upgrade the Kubernetes version of an RKE-provisioned cluster, set the `kubern kubernetes_version: "v1.15.5-rancher1-1" ``` -You can find the list of supported Kubernetes versions for a specific version of RKE as documented at [Listing Supported Kubernetes Versions]({{< baseurl >}}/rke/latest/en/config-options/#listing-supported-kubernetes-versions.). - -To see all of the Kubernetes versions that are available for your version of RKE, run the following command: - -``` -rke config -l -a -``` +You can find the list of supported Kubernetes versions for a specific version of RKE as documented at [Listing Supported Kubernetes Versions]({{< baseurl >}}/rke/latest/en/config-options/#listing-supported-kubernetes-versions). > **Note:** In case both `kubernetes_version` and `system_images` are defined, the `system_images` configuration will take precedence over `kubernetes_version`. In addition, if neither `kubernetes_version` nor `system_images` are configured in the `cluster.yml`, RKE will apply the default Kubernetes version for the specific version of RKE used to invoke `rke up`. The default Kubernetes version for each RKE version can be found in [the RKE release notes](https://github.com/rancher/rke/releases/).