You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/openshift-cluster-maximums.adoc
+13-2Lines changed: 13 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,45 +5,51 @@
5
5
[id="cluster-maximums_{context}"]
6
6
= {product-title} tested cluster maximums
7
7
8
-
[options="header",cols="5*"]
8
+
[options="header",cols="6*"]
9
9
|===
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
11
11
12
12
| Number of Nodes
13
13
| 2,000
14
14
| 2,000
15
15
| 2,000
16
16
| 2,000
17
+
| 2,000
17
18
18
19
| 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.]
19
20
| 150,000
20
21
| 150,000
21
22
| 150,000
22
23
| 150,000
24
+
| 150,000
23
25
24
26
| Number of Pods per node
25
27
| 250
26
28
| 250
27
29
| 500
28
30
| 500
31
+
| 500
29
32
30
33
| Number of Pods per core
31
34
| There is no default value.
32
35
| There is no default value.
33
36
| There is no default value.
34
37
| There is no default value.
38
+
| There is no default value.
35
39
36
40
| 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.]
37
41
| 10,000
38
42
| 10,000
39
43
| 10,000
40
44
| 10,000
45
+
| 10,000
41
46
42
47
| Number of Builds
43
48
| 10,000 (Default pod RAM 512 Mi) - Pipeline Strategy
44
49
| 10,000 (Default pod RAM 512 Mi) - Pipeline Strategy
| Number of Pods per Namespace footnoteref:[objectpernamespace,There are
49
55
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
55
61
| 25,000
56
62
| 25,000
57
63
| 25,000
64
+
| 25,000
58
65
59
66
| 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.]
60
67
| 10,000
61
68
| 10,000
62
69
| 10,000
63
70
| 10,000
71
+
| 10,000
64
72
65
73
| Number of Services per Namespace
66
74
| 5,000
67
75
| 5,000
68
76
| 5,000
69
77
| 5,000
78
+
| 5,000
70
79
71
80
| Number of Back-ends per Service
72
81
| 5,000
73
82
| 5,000
74
83
| 5,000
75
84
| 5,000
85
+
| 5,000
76
86
77
87
| Number of Deployments per Namespace footnoteref:[objectpernamespace]
0 commit comments