Skip to content

Commit 19795d9

Browse files
authored
Merge pull request #38900 from pacoxu/patch-13
Add Commas with large numbers to assist the reader.
2 parents 8dd83e6 + 32168d3 commit 19795d9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/en/docs/setup/best-practices/cluster-large.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ weight: 10
99
A cluster is a set of {{< glossary_tooltip text="nodes" term_id="node" >}} (physical
1010
or virtual machines) running Kubernetes agents, managed by the
1111
{{< 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,
1313
Kubernetes is designed to accommodate configurations that meet *all* of the following criteria:
1414

1515
* 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
1919

2020
You can scale your cluster by adding or removing nodes. The way you do this depends
2121
on how your cluster is deployed.

0 commit comments

Comments
 (0)