Skip to content

Commit 8c4a748

Browse files
authored
Update default pod limits
This update modifies the "pods-per-node" recommendation to align with the default Kubernetes setting of 110 pods per node.
1 parent da6f537 commit 8c4a748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ or virtual machines) running Kubernetes agents, managed by the
1212
Kubernetes {{< param "version" >}} supports clusters with up to 5000 nodes. More specifically,
1313
Kubernetes is designed to accommodate configurations that meet *all* of the following criteria:
1414

15-
* No more than 100 pods per node
15+
* No more than 110 pods per node
1616
* No more than 5000 nodes
1717
* No more than 150000 total pods
1818
* No more than 300000 total containers

0 commit comments

Comments
 (0)