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/sd-planning-cluster-maximums.adoc
+11-20Lines changed: 11 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -19,23 +19,16 @@ ifdef::openshift-dedicated[]
19
19
endif::[]
20
20
cluster.
21
21
22
-
These guidelines are based on a cluster of 102 compute (also known as worker) nodes in a multiple availability zone configuration. For smaller clusters, the maximums are lower.
22
+
These guidelines are based on a cluster of 180 compute (also known as worker) nodes in a multiple availability zone configuration. For smaller clusters, the maximums are lower.
23
23
24
-
[NOTE]
25
-
====
26
-
The OpenShift Container Platform version used in all of the tests is OCP 4.8.0.
27
-
====
28
24
29
25
.Tested cluster maximums
30
26
[options="header",cols="50,50"]
31
27
|===
32
-
|Maximum type |4.8 tested maximum
33
-
34
-
|Number of nodes
35
-
|102
28
+
|Maximum type |4.x tested maximum
36
29
37
30
|Number of pods ^[1]^
38
-
|20,400
31
+
|25,000
39
32
40
33
|Number of pods per node
41
34
|250
@@ -44,29 +37,27 @@ The OpenShift Container Platform version used in all of the tests is OCP 4.8.0.
44
37
|There is no default value
45
38
46
39
|Number of namespaces ^[2]^
47
-
|3,400
40
+
|5,000
48
41
49
42
|Number of pods per namespace ^[3]^
50
-
|20,400
43
+
|25,000
51
44
52
45
|Number of services ^[4]^
53
46
|10,000
54
47
55
48
|Number of services per namespace
56
-
|10,000
49
+
|5,000
57
50
58
51
|Number of back ends per service
59
-
|10,000
52
+
|5,000
60
53
61
54
|Number of deployments per namespace ^[3]^
62
-
|1,000
55
+
|2,000
63
56
|===
64
57
[.small]
65
58
--
66
-
1. 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.
59
+
1. The pod count displayed here is the number of test pods. The actual number of pods depends on the memory, CPU, and storage requirements of the application.
67
60
2. When there are a large number of active projects, etcd can suffer from poor performance if the keyspace grows excessively large and exceeds the space quota. Periodic maintenance of etcd, including defragmentation, is highly recommended to make etcd storage available.
68
-
3. There are a number of control loops in the system that must iterate over all objects in a given namespace as a reaction to some changes in state. Having a large number of objects of a type, in a single namespace, can make those loops expensive and slow down processing the state changes. The limit assumes that the system has enough CPU, memory, and disk to satisfy the application requirements.
69
-
4. Each service port and each service back end has a corresponding entry in iptables. The number of back ends of a given service impacts the size of the endpoints objects, which then impacts the size of data that is sent throughout the system.
61
+
3. There are several control loops in the system that must iterate over all objects in a given namespace as a reaction to some changes in state. Having a large number of objects of a type, in a single namespace, can make those loops expensive and slow down processing the state changes. The limit assumes that the system has enough CPU, memory, and disk to satisfy the application requirements.
62
+
4. Each service port and each service back end has a corresponding entry in `iptables`. The number of back ends of a given service impacts the size of the endpoints objects, which then impacts the size of data sent throughout the system.
70
63
--
71
-
72
-
In OpenShift Container Platform 4.8, half of a CPU core (500 millicore) is reserved by the system compared to previous versions of OpenShift Container Platform.
0 commit comments