Update docs/getting-started/quick-start-guides/deploy-rancher-manager/helm-cli.md

Co-authored-by: Billy Tat <btat@suse.com>
This commit is contained in:
kyr
2023-03-21 20:26:01 +01:00
committed by GitHub
co-authored by Billy Tat
parent 4388ffb703
commit bc9cff3a13
@@ -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: