Skip to content

Commit 4862497

Browse files
authored
Merge pull request #32377 from chaitanyaenr/document_load
Specify the load tested during Perf/scale runs
2 parents c3d9800 + 28935fd commit 4862497

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

modules/master-node-sizing.adoc

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,35 @@
66
[id="master-node-sizing_{context}"]
77
= Control plane node sizing
88

9-
The control plane node resource requirements depend on the number of nodes in the cluster. The following control plane node size recommendations are based on the results of control plane density focused testing.
9+
The control plane node resource requirements depend on the number of nodes in the cluster. The following control plane node size recommendations are based on the results of control plane density focused testing. The control plane tests create the following objects across the cluster in each of the namespaces depending on the node counts:
1010

11-
[options="header",cols="3*"]
11+
- 12 image streams
12+
- 3 build configurations
13+
- 6 builds
14+
- 1 deployment with 2 pod replicas mounting two secrets each
15+
- 2 deployments with 1 pod replica mounting two secrets
16+
- 3 services pointing to the previous deployments
17+
- 3 routes pointing to the previous deployments
18+
- 10 secrets, 2 of which are mounted by the previous deployments
19+
- 10 config maps, 2 of which are mounted by the previous deployments
20+
21+
22+
[options="header",cols="4*"]
1223
|===
13-
| Number of worker nodes |CPU cores |Memory (GB)
24+
| Number of worker nodes |Cluster load (namespaces) | CPU cores |Memory (GB)
1425

1526
| 25
27+
| 500
1628
| 4
1729
| 16
1830

1931
| 100
32+
| 1000
2033
| 8
2134
| 32
2235

2336
| 250
37+
| 4000
2438
| 16
2539
| 96
2640

0 commit comments

Comments
 (0)