Update max number of Nodes (#1137)

pull/1146/head^2
Marek Grabowski 2016-09-01 20:10:35 +02:00 committed by devin-donnelly
parent 7cb28edac7
commit 6ebe0c46a2
1 changed files with 3 additions and 3 deletions

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