Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5746826

Browse files
authoredJun 8, 2020
Merge pull request #22742 from openshift-cherrypick-robot/cherry-pick-22475-to-enterprise-4.5
[enterprise-4.5] Added 4.5 cluster maximums
2 parents 4f5e9f4 + 4c46fad commit 5746826

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed
 

‎modules/openshift-cluster-maximums.adoc

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,45 +5,51 @@
55
[id="cluster-maximums_{context}"]
66
= {product-title} tested cluster maximums
77

8-
[options="header",cols="5*"]
8+
[options="header",cols="6*"]
99
|===
10-
| Maximum type |4.1 tested maximum |4.2 tested maximum |4.3 tested maximum |4.4 tested maximum
10+
| Maximum type |4.1 tested maximum |4.2 tested maximum |4.3 tested maximum |4.4 tested maximum |4.5 tested maximum
1111

1212
| Number of Nodes
1313
| 2,000
1414
| 2,000
1515
| 2,000
1616
| 2,000
17+
| 2,000
1718

1819
| Number of Pods footnoteref:[numberofpods,The Pod count displayed here is the number of test Pods. The actual number of Pods depends on the application’s memory, CPU, and storage requirements.]
1920
| 150,000
2021
| 150,000
2122
| 150,000
2223
| 150,000
24+
| 150,000
2325

2426
| Number of Pods per node
2527
| 250
2628
| 250
2729
| 500
2830
| 500
31+
| 500
2932

3033
| Number of Pods per core
3134
| There is no default value.
3235
| There is no default value.
3336
| There is no default value.
3437
| There is no default value.
38+
| There is no default value.
3539

3640
| Number of Namespaces footnoteref:[numberofnamepaces, When there are a large number of active projects, etcd might suffer from poor performance if the keyspace grows excessively large and exceeds the space quota. Periodic maintenance of etcd, including defragmentaion, is highly recommended to free etcd storage.]
3741
| 10,000
3842
| 10,000
3943
| 10,000
4044
| 10,000
45+
| 10,000
4146

4247
| Number of Builds
4348
| 10,000 (Default pod RAM 512 Mi) - Pipeline Strategy
4449
| 10,000 (Default pod RAM 512 Mi) - Pipeline Strategy
4550
| 10,000 (Default pod RAM 512 Mi) - Source-to-Image (S2I) build strategy
4651
| 10,000 (Default pod RAM 512 Mi) - Source-to-Image (S2I) build strategy
52+
| 10,000 (Default pod RAM 512 Mi) - Source-to-Image (S2I) build strategy
4753

4854
| Number of Pods per Namespace footnoteref:[objectpernamespace,There are
4955
a number of control loops in the system that must iterate over all objects
@@ -55,30 +61,35 @@ the system has enough CPU, memory, and disk to satisfy the application requireme
5561
| 25,000
5662
| 25,000
5763
| 25,000
64+
| 25,000
5865

5966
| Number of Services footnoteref:[servicesandendpoints,Each service port and each service back-end has a corresponding entry in iptables. The number of back-ends of a given service impact the size of the endpoints objects, which impacts the size of data that is being sent all over the system.]
6067
| 10,000
6168
| 10,000
6269
| 10,000
6370
| 10,000
71+
| 10,000
6472

6573
| Number of Services per Namespace
6674
| 5,000
6775
| 5,000
6876
| 5,000
6977
| 5,000
78+
| 5,000
7079

7180
| Number of Back-ends per Service
7281
| 5,000
7382
| 5,000
7483
| 5,000
7584
| 5,000
85+
| 5,000
7686

7787
| Number of Deployments per Namespace footnoteref:[objectpernamespace]
7888
| 2,000
7989
| 2,000
8090
| 2,000
8191
| 2,000
92+
| 2,000
8293

8394
|===
8495

0 commit comments

Comments
 (0)
Please sign in to comment.