Skip to content

Commit a29cfd7

Browse files
authored
Merge pull request kubernetes#4621 from craigbox/patch-7
Update node/pod limits
2 parents 69a1c7e + 63092de commit a29cfd7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/admin/cluster-large.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ title: Building Large Clusters
77

88
## Support
99

10-
At {{page.version}}, Kubernetes supports clusters with up to 1000 nodes. More specifically, we support configurations that meet *all* of the following criteria:
10+
At {{page.version}}, Kubernetes supports clusters with up to 5000 nodes. More specifically, we support configurations that meet *all* of the following criteria:
1111

12-
* No more than 2000 nodes
13-
* No more than 60000 total pods
14-
* No more than 120000 total containers
12+
* No more than 5000 nodes
13+
* No more than 150000 total pods
14+
* No more than 300000 total containers
1515
* No more than 100 pods per node
1616

1717
<br>

0 commit comments

Comments
 (0)