diff options
| author | Kubernetes Submit Queue <k8s-merge-robot@users.noreply.github.com> | 2017-10-24 22:37:49 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-10-24 22:37:49 -0700 |
| commit | 3512ad9d7eaa2fa3820940d9c18758b6c250efc8 (patch) | |
| tree | c8bef5b6fe2e9a248c40bba79cde3155c89204ff | |
| parent | 2b49b14216561d6ba0b760737a75224806035873 (diff) | |
| parent | 8a8f54ff6b4470e3d68296ee3a2f0b63678f7c73 (diff) | |
Merge pull request #1078 from warmchang/thresholds
Automatic merge from submit-queue.
Adjust the value of the current and long-term goal.
Now, the number of max pods per machine is 110: https://github.com/kubernetes/kubernetes.github.io/blob/master/docs/admin/kubelet.md
The goal of max pods per machine is 500: https://github.com/kubernetes/community/blob/master/sig-scalability/goals.md
| -rw-r--r-- | sig-scalability/thresholds.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sig-scalability/thresholds.md b/sig-scalability/thresholds.md index 61bb6018..a17a0fa1 100644 --- a/sig-scalability/thresholds.md +++ b/sig-scalability/thresholds.md @@ -42,7 +42,7 @@ Important notes about the numbers: | Total number of all objects | 250000 | | 1000000 | | Number of nodes | 5000 | | 5000 | | Number of pods | 150000 | | 500000 | -| Number of pods per node<sup>1</sup> | 100 | | 100 | +| Number of pods per node<sup>1</sup> | 110 | | 500 | | Number of pods per core<sup>1</sup> | 10 | | 10 | | Number of namespaces (ns) | 10000 | | 100000 | | Number of pods per ns | 15000 | | 50000 | |
