From 1e119cfad0e7769da092efca8a6359af9e8abcb5 Mon Sep 17 00:00:00 2001 From: Catherine Luse Date: Wed, 6 Jan 2021 13:11:22 -0700 Subject: [PATCH] Refer to support maintenance terms for list of tested OSs --- .../v2.x/en/installation/requirements/_index.md | 12 ++---------- scripts/dev | 4 +++- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/content/rancher/v2.x/en/installation/requirements/_index.md b/content/rancher/v2.x/en/installation/requirements/_index.md index 673ca944376..230eb0f7979 100644 --- a/content/rancher/v2.x/en/installation/requirements/_index.md +++ b/content/rancher/v2.x/en/installation/requirements/_index.md @@ -27,22 +27,14 @@ The Rancher UI works best in Firefox or Chrome. 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. -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]({{}}/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]({{}}/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. 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. diff --git a/scripts/dev b/scripts/dev index 0530a1bb72b..ce9d74edc5b 100755 --- a/scripts/dev +++ b/scripts/dev @@ -5,6 +5,7 @@ PORT=9001 IMAGE=rancher/docs TAG=dev THEME= +WEBSITE= BUILD_BUILD= BUILD_DEV= SKIP_PULL= @@ -29,7 +30,8 @@ Usage: -d - Build the dev image instead of pulling from the registry -p PORT - Port to listen on -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 EOF