From 8c4a748db19a7284407ee693e4aacede21240fe4 Mon Sep 17 00:00:00 2001 From: John Kwiatkoski Date: Fri, 28 May 2021 09:10:47 -0400 Subject: [PATCH] Update default pod limits This update modifies the "pods-per-node" recommendation to align with the default Kubernetes setting of 110 pods per node. --- content/en/docs/setup/best-practices/cluster-large.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/setup/best-practices/cluster-large.md b/content/en/docs/setup/best-practices/cluster-large.md index 81b6404f37..13970266f9 100644 --- a/content/en/docs/setup/best-practices/cluster-large.md +++ b/content/en/docs/setup/best-practices/cluster-large.md @@ -12,7 +12,7 @@ or virtual machines) running Kubernetes agents, managed by the Kubernetes {{< param "version" >}} supports clusters with up to 5000 nodes. More specifically, Kubernetes is designed to accommodate configurations that meet *all* of the following criteria: -* No more than 100 pods per node +* No more than 110 pods per node * No more than 5000 nodes * No more than 150000 total pods * No more than 300000 total containers