File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
content/en/docs/setup/best-practices Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ weight: 10
9
9
A cluster is a set of {{< glossary_tooltip text="nodes" term_id="node" >}} (physical
10
10
or virtual machines) running Kubernetes agents, managed by the
11
11
{{< glossary_tooltip text="control plane" term_id="control-plane" >}}.
12
- Kubernetes {{< param "version" >}} supports clusters with up to 5000 nodes. More specifically,
12
+ Kubernetes {{< param "version" >}} supports clusters with up to 5,000 nodes. More specifically,
13
13
Kubernetes is designed to accommodate configurations that meet * all* of the following criteria:
14
14
15
15
* No more than 110 pods per node
16
- * No more than 5000 nodes
17
- * No more than 150000 total pods
18
- * No more than 300000 total containers
16
+ * No more than 5,000 nodes
17
+ * No more than 150,000 total pods
18
+ * No more than 300,000 total containers
19
19
20
20
You can scale your cluster by adding or removing nodes. The way you do this depends
21
21
on how your cluster is deployed.
You can’t perform that action at this time.
0 commit comments