From 6ebe0c46a2a40b92cd9353b0f950459b2b8ba154 Mon Sep 17 00:00:00 2001 From: Marek Grabowski Date: Thu, 1 Sep 2016 20:10:35 +0200 Subject: [PATCH] Update max number of Nodes (#1137) --- docs/admin/cluster-large.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/admin/cluster-large.md b/docs/admin/cluster-large.md index 6df6bca474..d2285c3346 100644 --- a/docs/admin/cluster-large.md +++ b/docs/admin/cluster-large.md @@ -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