From 63c09c849a2e3266a3499edbfc876e8f32ba2b18 Mon Sep 17 00:00:00 2001 From: Denise Schannon Date: Mon, 25 Mar 2019 10:32:42 -0700 Subject: [PATCH] clean up requirements --- .../en/installation/requirements/_index.md | 93 +++++-------------- 1 file changed, 23 insertions(+), 70 deletions(-) diff --git a/content/rancher/v2.x/en/installation/requirements/_index.md b/content/rancher/v2.x/en/installation/requirements/_index.md index e60b199ffa4..0a79919978e 100644 --- a/content/rancher/v2.x/en/installation/requirements/_index.md +++ b/content/rancher/v2.x/en/installation/requirements/_index.md @@ -8,6 +8,7 @@ Whether you're configuring Rancher to run in a single-node or high-availability {{% tabs %}} {{% tab "Operating Systems and Docker" %}} +
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) @@ -33,91 +34,44 @@ sudo ros engine switch docker-18.09.2 ``` [Docker Documentation: Installation Instructions](https://docs.docker.com/) - +
+
{{% /tab %}} {{% tab "Hardware" %}} +
Hardware requirements scale based on the size of your Rancher deployment. Provision each individual node according to the requirements. + **[HA Node]({{< baseurl >}}/rancher/v2.x/en/installation/ha/create-nodes-lb/) Requirements** - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Deployment SizeClustersNodesvCPUsRAM
SmallUp to 5Up to 5028GB
MediumUp to 15Up to 200416GB
LargeUp to 50Up to 500832GB
X-LargeUp to 100Up to 100032128GB
XX-Large100+1000+ Contact Rancher
+ +Deployment Size | Clusters | Nodes | vCPUs | RAM | +--- | --- | --- | --- | --- | +Small | Up to 5 | Up to 50 | 2 | 8 GB | +Medium | Up to 15 | Up to 200 | 4 | 16 GB | +Large | Up to 50 | Up to 500 | 8 | 32 GB | +X-Large | Up to 100 | Up to 1000 | 32 | 128 GB | +XX-Large | 100+ | 1000+ | [Contact Rancher](https://rancher.com/contact/) | [Contact Rancher](https://rancher.com/contact/) | + +
**[Single Node]({{< baseurl >}}/rancher/v2.x/en/installation/single-node/) Requirements** - - - - - - - - - - - - - - - - - - - - - - -
Deployment SizeClustersNodesvCPUsRAM
SmallUp to 5Up to 5014GB
MediumUp to 15Up to 20028GB
+ +Deployment Size | Clusters | Nodes | vCPUs | RAM | +--- | --- | --- | --- | --- | +Small | Up to 5 | Up to 50 | 1 | 4 GB | +Medium | Up to 15 | Up to 200 | 2 | 8 GB |
{{% /tab %}} {{% tab "Networking" %}} +
-

Node IP address

+### Node IP Address Each node used (either for the Single Node Install, High Availability (HA) Install or nodes that are used in clusters) should have a static IP configured. In case of DHCP, the nodes should have a DHCP reservation to make sure the node gets the same IP allocated. -

Port requirements

+### Port Requirements When deploying Rancher in an HA cluster, certain ports on your nodes must be open to allow communication with Rancher. The ports that must be open change according to the type of machines hosting your cluster nodes. For example, if your are deploying Rancher on nodes hosted by an infrastructure, port `22` must be open for SSH. The following diagram depicts the ports that are opened for each [cluster type]({{< baseurl >}}/rancher/v2.x/en/cluster-provisioning). @@ -125,7 +79,6 @@ When deploying Rancher in an HA cluster, certain ports on your nodes must be ope ![Basic Port Requirements]({{< baseurl >}}/img/rancher/port-communications.svg) - {{< requirements_ports_rancher >}} {{< requirements_ports_rke >}} {{< ports_aws_securitygroup_nodedriver >}}