Update default pod limits

This update modifies the "pods-per-node" recommendation to align with the default Kubernetes setting of 110 pods per node.
This commit is contained in:
John Kwiatkoski 2021-05-28 09:10:47 -04:00 committed by GitHub
parent da6f537703
commit 8c4a748db1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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