Update max number of Nodes (#1137)

This commit is contained in:
Marek Grabowski
2016-09-01 20:10:35 +02:00
committed by devin-donnelly
parent 7cb28edac7
commit 6ebe0c46a2
+3 -3
View File
@@ -10,9 +10,9 @@ assignees:
At {{page.version}}, Kubernetes supports clusters with up to 1000 nodes. More specifically, we support configurations that meet *all* of the following criteria:
* No more than 1000 nodes
* No more than 30000 total pods
* No more than 60000 total containers
* No more than 2000 nodes
* No more than 60000 total pods
* No more than 120000 total containers
* No more than 100 pods per node
* TOC