mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-15 21:44:24 +00:00
clean up requirements
This commit is contained in:
@@ -8,6 +8,7 @@ Whether you're configuring Rancher to run in a single-node or high-availability
|
||||
|
||||
{{% tabs %}}
|
||||
{{% tab "Operating Systems and Docker" %}}
|
||||
<br>
|
||||
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/)
|
||||
|
||||
<br>
|
||||
<br>
|
||||
{{% /tab %}}
|
||||
{{% tab "Hardware" %}}
|
||||
<br>
|
||||
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**
|
||||
<table>
|
||||
<tr>
|
||||
<th>Deployment Size</th>
|
||||
<th>Clusters</th>
|
||||
<th>Nodes</th>
|
||||
<th>vCPUs</th>
|
||||
<th>RAM</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Small</td>
|
||||
<td>Up to 5</td>
|
||||
<td>Up to 50</td>
|
||||
<td>2</td>
|
||||
<td>8GB</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Medium</td>
|
||||
<td>Up to 15</td>
|
||||
<td>Up to 200</td>
|
||||
<td>4</td>
|
||||
<td>16GB</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Large</td>
|
||||
<td>Up to 50</td>
|
||||
<td>Up to 500</td>
|
||||
<td>8</td>
|
||||
<td>32GB</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>X-Large</td>
|
||||
<td>Up to 100</td>
|
||||
<td>Up to 1000</td>
|
||||
<td>32</td>
|
||||
<td>128GB</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>XX-Large</td>
|
||||
<td>100+</td>
|
||||
<td>1000+</td>
|
||||
<td colspan="2"><a href="https://rancher.com/contact/"> Contact Rancher</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
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/) |
|
||||
|
||||
<br>
|
||||
|
||||
**[Single Node]({{< baseurl >}}/rancher/v2.x/en/installation/single-node/) Requirements**
|
||||
<table>
|
||||
<tr>
|
||||
<th>Deployment Size</th>
|
||||
<th>Clusters</th>
|
||||
<th>Nodes</th>
|
||||
<th>vCPUs</th>
|
||||
<th>RAM</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Small</td>
|
||||
<td>Up to 5</td>
|
||||
<td>Up to 50</td>
|
||||
<td>1</td>
|
||||
<td>4GB</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Medium</td>
|
||||
<td>Up to 15</td>
|
||||
<td>Up to 200</td>
|
||||
<td>2</td>
|
||||
<td>8GB</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
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 |
|
||||
|
||||
<br/>
|
||||
|
||||
{{% /tab %}}
|
||||
{{% tab "Networking" %}}
|
||||
<br>
|
||||
|
||||
<h2>Node IP address</h2>
|
||||
### 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.
|
||||
|
||||
<h2>Port requirements</h2>
|
||||
### 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
|
||||
|
||||

|
||||
|
||||
|
||||
{{< requirements_ports_rancher >}}
|
||||
{{< requirements_ports_rke >}}
|
||||
{{< ports_aws_securitygroup_nodedriver >}}
|
||||
|
||||
Reference in New Issue
Block a user