Merge pull request #4621 from craigbox/patch-7

Update node/pod limits
pull/4625/head^2
Wojciech Tyczynski 2017-08-04 16:27:17 +02:00 committed by GitHub
commit a29cfd7d0c
1 changed files with 4 additions and 4 deletions

View File

@ -7,11 +7,11 @@ title: Building Large Clusters
## Support
At {{page.version}}, Kubernetes supports clusters with up to 1000 nodes. More specifically, we support configurations that meet *all* of the following criteria:
At {{page.version}}, Kubernetes supports clusters with up to 5000 nodes. More specifically, we support configurations that meet *all* of the following criteria:
* No more than 2000 nodes
* No more than 60000 total pods
* No more than 120000 total containers
* No more than 5000 nodes
* No more than 150000 total pods
* No more than 300000 total containers
* No more than 100 pods per node
<br>