From edb79da50a203a683ad7dfe93083deaa1455743e Mon Sep 17 00:00:00 2001 From: dnoland1 Date: Thu, 25 Apr 2019 14:25:39 -0700 Subject: [PATCH 1/2] Update requirements to explicitedly state x86 --- .../v2.x/en/installation/requirements/_index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/content/rancher/v2.x/en/installation/requirements/_index.md b/content/rancher/v2.x/en/installation/requirements/_index.md index 0a79919978e..643401726de 100644 --- a/content/rancher/v2.x/en/installation/requirements/_index.md +++ b/content/rancher/v2.x/en/installation/requirements/_index.md @@ -11,16 +11,16 @@ Whether you're configuring Rancher to run in a single-node or high-availability
Rancher is tested on the following operating systems and their subsequent non-major releases with a supported version of [Docker](https://www.docker.com/). -* Ubuntu 16.04 (64-bit) +* Ubuntu 16.04 (64-bit x86) * Docker 17.03.x, 18.06.x, 18.09.x -* Ubuntu 18.04 (64-bit) +* Ubuntu 18.04 (64-bit x86) * Docker 18.06.x, 18.09.x -* Red Hat Enterprise Linux (RHEL)/CentOS 7.6 (64-bit) +* Red Hat Enterprise Linux (RHEL)/CentOS 7.6 (64-bit x86) * RHEL Docker 1.13 * Docker 17.03.x, 18.06.x, 18.09.x -* RancherOS 1.5.1 (64-bit) +* RancherOS 1.5.1 (64-bit x86) * Docker 17.03.x, 18.06.x, 18.09.x -* Windows Server version 1803 (64-bit) +* Windows Server version 1803 (64-bit x86) * Docker 17.06 * _Experimental, see [Configuring Custom Clusters for Windows]({{< baseurl >}}/rancher/v2.x/en/cluster-provisioning/rke-clusters/windows-clusters/)_ From d7344ffbf241dc78e880b533b24babbe1cafcbb3 Mon Sep 17 00:00:00 2001 From: David Noland Date: Thu, 25 Apr 2019 14:46:40 -0700 Subject: [PATCH 2/2] Added note on ARM64 --- content/rancher/v2.x/en/installation/requirements/_index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/rancher/v2.x/en/installation/requirements/_index.md b/content/rancher/v2.x/en/installation/requirements/_index.md index 643401726de..1c81efaeea6 100644 --- a/content/rancher/v2.x/en/installation/requirements/_index.md +++ b/content/rancher/v2.x/en/installation/requirements/_index.md @@ -32,7 +32,9 @@ sudo ros engine list # Switch to a supported version sudo ros engine switch docker-18.09.2 ``` - +See [Running on ARM64 (Experimental)]({{< baseurl >}}/rancher/v2.x/en/installation/arm64-platform/) if you plan to run Rancher on ARM64. +
+
[Docker Documentation: Installation Instructions](https://docs.docker.com/)