diff --git a/content/rancher/v2.x/en/installation/requirements/_index.md b/content/rancher/v2.x/en/installation/requirements/_index.md index 12480547553..e8ab97d803f 100644 --- a/content/rancher/v2.x/en/installation/requirements/_index.md +++ b/content/rancher/v2.x/en/installation/requirements/_index.md @@ -59,24 +59,38 @@ This section describes the CPU, memory, and disk requirements for the nodes wher Hardware requirements scale based on the size of your Rancher deployment. Provision each individual node according to the requirements. The requirements are different depending on if you are installing Rancher in a single container with Docker, or if you are installing Rancher on a Kubernetes cluster. {{% tabs %}} -{{% tab "Kubernetes Install Requirements" %}} +{{% tab "RKE Install Requirements" %}} These requirements apply to [installing Rancher on a Kubernetes cluster.]({{}}/rancher/v2.x/en/installation/k8s-install/) -| 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/) | +| Deployment Size | Clusters | Nodes | vCPUs | RAM | +| --------------- | --------- | ---------- | -------| ------- | +| Small | Up to 150 | Up to 1500 | 2 | 8 GB | +| Medium | Up to 300 | Up to 3000 | 4 | 16 GB | +| Large | Up to 500 | Up to 5000 | 8 | 32 GB | +| X-Large | Up to 1000 | Up to 10000 | 16 | 64 GB | +| XX-Large | Up to 2000 | Up to 20000 | 32 | 128GB | + +[Contact Rancher](https://rancher.com/contact/) for more than 2000 clusters and/or 20000 nodes. +{{% /tab %}} + +{{% tab "K3s Install Requirements" %}} + +These requirements apply to [installing Rancher on a K3s Kubernetes cluster.]({{}}/rancher/v2.x/en/installation/k8s-install/) + +| Deployment Size | Clusters | Nodes | vCPUs | RAM | Database Size | +| --------------- | ---------- | ------------ | -------| ---------| ------------ | +| Small | Up to 150 | Up to 1500 | 2 | 8 GB | 2 cores 4GB + 1000 IOPS | +| Medium | Up to 300 | Up to 3000 | 4 | 16 GB | 2 cores 4GB + 1000 IOPS | +| Large | Up to 500 | Up to 5000 | 8 | 32 GB | 2 cores 4GB + 1000 IOPS | +| X-Large | Up to 1000 | Up to 10000 | 16 | 64 GB | 2 cores 4GB + 1000 IOPS | +| XX-Large | Up to 2000 | Up to 20000 | 32 | 128GB | 2 cores 4GB + 1000 IOPS | + +[Contact Rancher](https://rancher.com/contact/) for more than 2000 clusters and/or 20000 nodes. {{% /tab %}} -<<<<<<< HEAD -{{% tab "Node in Docker Install" %}} -======= + {{% tab "Docker Install Requirements" %}} ->>>>>>> Explain K3s Rancher install These requirements apply to [single node]({{}}/rancher/v2.x/en/installation/other-installation-methods/single-node-docker) installations of Rancher.