diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2020-02-25 12:58:26 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-25 12:58:26 -0800 |
| commit | 962039db556339307caf0b9641f15bedf6b2f52c (patch) | |
| tree | 350f1dc7bd97b329c14318ef6686f4a494b13db5 | |
| parent | 5e27310dfdd78167a1e29f7eaf77158ef12ecc8e (diff) | |
| parent | fe6a6b2bdb392cd642050e3212472e1d1f4dc50c (diff) | |
Merge pull request #4546 from jprzychodzen/at-threshold
[Access-tokens] Add thresholds
| -rw-r--r-- | sig-scalability/configs-and-limits/thresholds.md | 32 |
1 files changed, 17 insertions, 15 deletions
diff --git a/sig-scalability/configs-and-limits/thresholds.md b/sig-scalability/configs-and-limits/thresholds.md index f3f4f2fa..8fe8b76e 100644 --- a/sig-scalability/configs-and-limits/thresholds.md +++ b/sig-scalability/configs-and-limits/thresholds.md @@ -43,21 +43,23 @@ There are couple caveats to the thresholds we are presenting below: The table below is **NOT exhaustive** - more content is coming soon. -| Quantity | Threshold scope=namespace | Threshold: scope=cluster | -|------------------------|---------------------------|--------------------------| -| #Nodes | n/a | 5000 | -| #Namespaces | n/a | 10000 | -| #Pods | 3000 | 150000 | -| #Pods per node | min(110, 10*#cores) | min(110, 10*#cores) | -| #Services | 5000 | 10000 | -| #All service endpoints | TBD | TBD | -| #Endpoints per service | 250 | n/a | -| #Secrets | TBD | TBD | -| #ConfigMaps | TBD | TBD | -| #Deployments | 2000 | TBD | -| #DaemonSets | TBD | TBD | -| #Jobs | TBD | TBD | -| #StatefulSets | TBD | TBD | +| Quantity | Threshold scope=namespace | Threshold: scope=cluster | +|-----------------------------|---------------------------|--------------------------| +| #Nodes | n/a | 5000 | +| #Namespaces | n/a | 10000 | +| #Pods | 3000 | 150000 | +| #Pods per node | min(110, 10*#cores) | min(110, 10*#cores) | +| #Services | 5000 | 10000 | +| #All service endpoints | TBD | TBD | +| #Endpoints per service | 250 | n/a | +| #Secrets | TBD | TBD | +| #ConfigMaps | TBD | TBD | +| #Deployments | 2000 | TBD | +| #DaemonSets | TBD | TBD | +| #Jobs | TBD | TBD | +| #StatefulSets | TBD | TBD | +| #AccessTokens | 2000 | 2000 | +| #AccessTokens verifications | 5000 QPS | 5000 QPS | There are also thresholds that depend on environment/cloud provider. The **NOT exhaustive** list includes: |
