From 36b5c5706cca972bb3db3c4f0967acfc19606f4a Mon Sep 17 00:00:00 2001 From: wojtekt Date: Fri, 8 Jun 2018 10:58:53 +0200 Subject: Fix some scalability thresholds --- sig-scalability/configs-and-limits/thresholds.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sig-scalability/configs-and-limits/thresholds.md b/sig-scalability/configs-and-limits/thresholds.md index ef947b84..e1ab959c 100644 --- a/sig-scalability/configs-and-limits/thresholds.md +++ b/sig-scalability/configs-and-limits/thresholds.md @@ -45,12 +45,12 @@ Important notes about the numbers: | Number of pods per node1 | 110 | | 500 | | Number of pods per core1 | 10 | | 10 | | Number of namespaces (ns) | 10000 | | 100000 | -| Number of pods per ns | 15000 | | 50000 | +| Number of pods per ns | 3000 | | 50000 | | Number of services | 10000 | | 100000 | | Number of services per ns | 5000 | | 5000 | | Number of all services backends | TBD | | 500000 | | Number of backends per service | 5000 | | 5000 | -| Number of deployments per ns | 20000 | | 10000 | +| Number of deployments per ns | 2000 | | 10000 | | Number of pods per deployment | TBD | | 10000 | | Number of jobs per ns | TBD | | 1000 | | Number of daemon sets per ns | TBD | | 100 | -- cgit v1.2.3