From 65b9131739b6db241accbc5f043d3d6d66ff4c3b Mon Sep 17 00:00:00 2001 From: Billy Tat Date: Thu, 13 Oct 2022 13:36:14 -0700 Subject: [PATCH] Update docs/pages-for-subheaders/installation-requirements.md --- docs/pages-for-subheaders/installation-requirements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages-for-subheaders/installation-requirements.md b/docs/pages-for-subheaders/installation-requirements.md index e47432e761f..7c2919a2dee 100644 --- a/docs/pages-for-subheaders/installation-requirements.md +++ b/docs/pages-for-subheaders/installation-requirements.md @@ -63,7 +63,7 @@ For more information see [Installing Docker,](../getting-started/installation-an ### K3s Specific Requirements -For the container runtime, K3s bundles its own containerd by default. Alternatively, you can configure K3s to use an already installed Docker runtime. For more information on using K3s with Docker see to the [K3s documentation.](https://docs.k3s.io/advanced#using-docker-as-the-container-runtime) +For the container runtime, K3s bundles its own containerd by default. Alternatively, you can configure K3s to use an already installed Docker runtime. For more information on using K3s with Docker see the [K3s documentation.](https://docs.k3s.io/advanced#using-docker-as-the-container-runtime) Rancher needs to be installed on a supported Kubernetes version. To find out which versions of Kubernetes are supported for your Rancher version, refer to the [support maintenance terms.](https://rancher.com/support-maintenance-terms/) To specify the K3s version, use the INSTALL_K3S_VERSION environment variable when running the K3s installation script.