From bc9cff3a13b24876ad582eae89c1b2b084fb91f9 Mon Sep 17 00:00:00 2001 From: kyr Date: Tue, 21 Mar 2023 20:26:01 +0100 Subject: [PATCH] Update docs/getting-started/quick-start-guides/deploy-rancher-manager/helm-cli.md Co-authored-by: Billy Tat --- .../quick-start-guides/deploy-rancher-manager/helm-cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/quick-start-guides/deploy-rancher-manager/helm-cli.md b/docs/getting-started/quick-start-guides/deploy-rancher-manager/helm-cli.md index f97db8db9f7..b9ad07fa497 100644 --- a/docs/getting-started/quick-start-guides/deploy-rancher-manager/helm-cli.md +++ b/docs/getting-started/quick-start-guides/deploy-rancher-manager/helm-cli.md @@ -15,7 +15,7 @@ The full installation requirements are [here](../../../pages-for-subheaders/inst ## Install K3s on Linux -Rancher needs to be installed on a supported Kubernetes version. To specify the K3s version, use the INSTALL_K3S_VERSION environment variable when running the K3s installation script. Refer to the [support maintenance terms](https://rancher.com/support-maintenance-terms/). +Rancher needs to be installed on a supported Kubernetes version. To specify the K3s version, use the INSTALL_K3S_VERSION (e.g., `INSTALL_K3S_VERSION="v1.24.10+k3s1"`) environment variable when running the K3s installation script. Refer to the [support maintenance terms](https://rancher.com/support-maintenance-terms/). Install a K3s cluster by running this command on the Linux machine: