Skip to content

Commit a424f4b

Browse files
authored
Merge pull request #37534 from amitsagtani97/update_cluster_maximums
update OpenShift cluster maximums data
2 parents a5e9369 + 673c127 commit a424f4b

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

modules/openshift-cluster-maximums-major-releases.adoc

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,33 +14,33 @@ Tested Cloud Platforms for {product-title} 4.x: Amazon Web Services, Microsoft A
1414

1515
| Number of nodes
1616
| 2,000
17-
| 2,000
17+
| 2,000 ^[1]^
1818

19-
| Number of pods ^[1]^
19+
| Number of pods ^[2]^
2020
| 150,000
2121
| 150,000
2222

2323
| Number of pods per node
2424
| 250
25-
| 500 ^[2]^
25+
| 500 ^[3]^
2626

2727
| Number of pods per core
2828
| There is no default value.
2929
| There is no default value.
3030

31-
| Number of namespaces ^[3]^
31+
| Number of namespaces ^[4]^
3232
| 10,000
3333
| 10,000
3434

3535
| Number of builds
3636
| 10,000 (Default pod RAM 512 Mi) - Pipeline Strategy
3737
| 10,000 (Default pod RAM 512 Mi) - Source-to-Image (S2I) build strategy
3838

39-
| Number of pods per namespace ^[4]^
39+
| Number of pods per namespace ^[5]^
4040
| 25,000
4141
| 25,000
4242

43-
| Number of services ^[5]^
43+
| Number of services ^[6]^
4444
| 10,000
4545
| 10,000
4646

@@ -52,16 +52,17 @@ Tested Cloud Platforms for {product-title} 4.x: Amazon Web Services, Microsoft A
5252
| 5,000
5353
| 5,000
5454

55-
| Number of deployments per namespace ^[4]^
55+
| Number of deployments per namespace ^[5]^
5656
| 2,000
5757
| 2,000
5858

5959
|===
6060
[.small]
6161
--
62-
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.
63-
2. This was tested on a cluster with 100 worker nodes with 500 pods per worker node. The default `maxPods` is still 250. To get to 500 `maxPods`, the cluster must be created with a `maxPods` set to `500` using a custom kubelet config. If you need 500 user pods, you need a `hostPrefix` of `22` because there are 10-15 system pods already running on the node. The maximum number of pods with attached persistent volume claims (PVC) depends on storage backend from where PVC are allocated. In our tests, only OpenShift Container Storage v4 (OCS v4) was able to satisfy the number of pods per node discussed in this document.
64-
3. 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.
65-
4. 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 given type in a single namespace can make those loops expensive and slow down processing given state changes. The limit assumes that the system has enough CPU, memory, and disk to satisfy the application requirements.
66-
5. 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.
62+
1. Pause pods were deployed to stress the control plane components of OpenShift at 2000 node scale.
63+
2. 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.
64+
3. This was tested on a cluster with 100 worker nodes with 500 pods per worker node. The default `maxPods` is still 250. To get to 500 `maxPods`, the cluster must be created with a `maxPods` set to `500` using a custom kubelet config. If you need 500 user pods, you need a `hostPrefix` of `22` because there are 10-15 system pods already running on the node. The maximum number of pods with attached persistent volume claims (PVC) depends on storage backend from where PVC are allocated. In our tests, only OpenShift Container Storage v4 (OCS v4) was able to satisfy the number of pods per node discussed in this document.
65+
4. 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.
66+
5. 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 given type in a single namespace can make those loops expensive and slow down processing given state changes. The limit assumes that the system has enough CPU, memory, and disk to satisfy the application requirements.
67+
6. 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.
6768
--

0 commit comments

Comments
 (0)