mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-27 05:28:22 +00:00
Refer to support maintenance terms for list of tested OSs
This commit is contained in:
@@ -27,22 +27,14 @@ The Rancher UI works best in Firefox or Chrome.
|
|||||||
|
|
||||||
Rancher should work with any modern Linux distribution.
|
Rancher should work with any modern Linux distribution.
|
||||||
|
|
||||||
|
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 the container runtime, RKE should work with any modern Docker version, while K3s should work with any modern version of Docker or containerd.
|
For the container runtime, RKE should work with any modern Docker version, while K3s should work with any modern version of Docker or containerd.
|
||||||
|
|
||||||
Rancher and RKE have been tested and are supported on Ubuntu, CentOS, Oracle Linux, RancherOS, and RedHat Enterprise Linux.
|
|
||||||
|
|
||||||
K3s should run on just about any flavor of Linux. However, K3s is tested on the following operating systems and their subsequent non-major releases:
|
|
||||||
|
|
||||||
- Ubuntu 16.04 (amd64)
|
|
||||||
- Ubuntu 18.04 (amd64)
|
|
||||||
- Raspbian Buster (armhf)
|
|
||||||
|
|
||||||
If you are installing Rancher on a K3s cluster with **Raspbian Buster**, follow [these steps]({{<baseurl>}}/k3s/latest/en/advanced/#enabling-legacy-iptables-on-raspbian-buster) to switch to legacy iptables.
|
If you are installing Rancher on a K3s cluster with **Raspbian Buster**, follow [these steps]({{<baseurl>}}/k3s/latest/en/advanced/#enabling-legacy-iptables-on-raspbian-buster) to switch to legacy iptables.
|
||||||
|
|
||||||
If you are installing Rancher on a K3s cluster with Alpine Linux, follow [these steps]({{<baseurl>}}/k3s/latest/en/advanced/#additional-preparation-for-alpine-linux-setup) for additional setup.
|
If you are installing Rancher on a K3s cluster with Alpine Linux, follow [these steps]({{<baseurl>}}/k3s/latest/en/advanced/#additional-preparation-for-alpine-linux-setup) for additional setup.
|
||||||
|
|
||||||
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.
|
||||||
|
|
||||||
The `ntp` (Network Time Protocol) package should be installed. This prevents errors with certificate validation that can occur when the time is not synchronized between the client and server.
|
The `ntp` (Network Time Protocol) package should be installed. This prevents errors with certificate validation that can occur when the time is not synchronized between the client and server.
|
||||||
|
|||||||
+3
-1
@@ -5,6 +5,7 @@ PORT=9001
|
|||||||
IMAGE=rancher/docs
|
IMAGE=rancher/docs
|
||||||
TAG=dev
|
TAG=dev
|
||||||
THEME=
|
THEME=
|
||||||
|
WEBSITE=
|
||||||
BUILD_BUILD=
|
BUILD_BUILD=
|
||||||
BUILD_DEV=
|
BUILD_DEV=
|
||||||
SKIP_PULL=
|
SKIP_PULL=
|
||||||
@@ -29,7 +30,8 @@ Usage:
|
|||||||
-d - Build the dev image instead of pulling from the registry
|
-d - Build the dev image instead of pulling from the registry
|
||||||
-p PORT - Port to listen on
|
-p PORT - Port to listen on
|
||||||
-s - Skip pulling build/dev images
|
-s - Skip pulling build/dev images
|
||||||
-t DIR - Use DIR to for the theme, to devlop the theme at the same time
|
-t DIR - Use DIR to for the theme, to develop the theme at the same time
|
||||||
|
-w DIR - Use DIR to for the website, to set enableRobotsTXT to false locally in order to scan for broken links on local build
|
||||||
-u - Upload/push the build image after building
|
-u - Upload/push the build image after building
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|||||||
Reference in New Issue
Block a user