Skip to content

Commit ffdda8a

Browse files
authored
Merge pull request #75611 from xJustin/OSDOCS-10059-cluster-max
OSDOCS-10059 Updated Cluster Maximum Guidelines
2 parents 6041f66 + beb2a0c commit ffdda8a

File tree

1 file changed

+11
-20
lines changed

1 file changed

+11
-20
lines changed

modules/sd-planning-cluster-maximums.adoc

Lines changed: 11 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -19,23 +19,16 @@ ifdef::openshift-dedicated[]
1919
endif::[]
2020
cluster.
2121

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.
2323

24-
[NOTE]
25-
====
26-
The OpenShift Container Platform version used in all of the tests is OCP 4.8.0.
27-
====
2824

2925
.Tested cluster maximums
3026
[options="header",cols="50,50"]
3127
|===
32-
|Maximum type |4.8 tested maximum
33-
34-
|Number of nodes
35-
|102
28+
|Maximum type |4.x tested maximum
3629

3730
|Number of pods ^[1]^
38-
|20,400
31+
|25,000
3932

4033
|Number of pods per node
4134
|250
@@ -44,29 +37,27 @@ The OpenShift Container Platform version used in all of the tests is OCP 4.8.0.
4437
|There is no default value
4538

4639
|Number of namespaces ^[2]^
47-
|3,400
40+
|5,000
4841

4942
|Number of pods per namespace ^[3]^
50-
|20,400
43+
|25,000
5144

5245
|Number of services ^[4]^
5346
|10,000
5447

5548
|Number of services per namespace
56-
|10,000
49+
|5,000
5750

5851
|Number of back ends per service
59-
|10,000
52+
|5,000
6053

6154
|Number of deployments per namespace ^[3]^
62-
|1,000
55+
|2,000
6356
|===
6457
[.small]
6558
--
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.
6760
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.
7063
--
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

Comments
 (0)