mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-27 13:38:07 +00:00
Add info on required K8s version to air gap K3s install docs
This commit is contained in:
+5
@@ -67,7 +67,12 @@ For more information on private registries configuration file for K3s, refer to
|
|||||||
|
|
||||||
### 3. Install K3s
|
### 3. Install K3s
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
Obtain the K3s binary from the [releases](https://github.com/rancher/k3s/releases) page, matching the same version used to get the airgap images tar.
|
Obtain the K3s binary from the [releases](https://github.com/rancher/k3s/releases) page, matching the same version used to get the airgap images tar.
|
||||||
|
|
||||||
Also obtain the K3s install script at https://get.k3s.io
|
Also obtain the K3s install script at https://get.k3s.io
|
||||||
|
|
||||||
Place the binary in `/usr/local/bin` on each node.
|
Place the binary in `/usr/local/bin` on each node.
|
||||||
|
|||||||
@@ -29,6 +29,8 @@ Rancher should work with any modern Linux distribution.
|
|||||||
|
|
||||||
Docker is required for nodes that will run K3s or RKE Kubernetes clusters. It is not required for RancherD installs.
|
Docker is required for nodes that will run K3s or RKE Kubernetes clusters. It is not required for RancherD installs.
|
||||||
|
|
||||||
|
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/)
|
||||||
|
|
||||||
For details on which OS and Docker versions were tested with each Rancher version, refer to the [support maintenance terms.](https://rancher.com/support-maintenance-terms/)
|
For details on which OS and Docker versions were tested with each Rancher version, refer to the [support maintenance terms.](https://rancher.com/support-maintenance-terms/)
|
||||||
|
|
||||||
All supported operating systems are 64-bit x86.
|
All supported operating systems are 64-bit x86.
|
||||||
|
|||||||
Reference in New Issue
Block a user