Skip to content

Commit 2bf5b8d

Browse files
authored
Merge pull request #46744 from sheriff-rh/cp-node-sizing
Update control plane node sizing
2 parents d34f87a + 776caee commit 2bf5b8d

File tree

1 file changed

+17
-14
lines changed

1 file changed

+17
-14
lines changed

modules/master-node-sizing.adoc

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,34 +6,37 @@
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. The control plane tests create the following objects across the cluster in each of the namespaces depending on the node counts:
9+
The control plane node resource requirements depend on the number and type of nodes and objects in the cluster. The following control plane node size recommendations are based on the results of a control plane density focused testing, or _Cluster-density_. This test creates the following objects across a given number of namespaces:
1010

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
11+
- 1 image stream
12+
- 1 build
13+
- 5 deployments, with 2 pod replicas in a `sleep` state, mounting 4 secrets, 4 config maps, and 1 downward API volume each
14+
- 5 services, each one pointing to the TCP/8080 and TCP/8443 ports of one of the previous deployments
15+
- 1 route pointing to the first of the previous services
16+
- 10 secrets containing 2048 random string characters
17+
- 10 config maps containing 2048 random string characters
2018

2119

2220
[options="header",cols="4*"]
2321
|===
24-
| Number of worker nodes |Cluster load (namespaces) | CPU cores |Memory (GB)
22+
| Number of worker nodes |Cluster-density (namespaces) | CPU cores |Memory (GB)
2523

26-
| 25
24+
| 27
2725
| 500
2826
| 4
2927
| 16
3028

31-
| 100
29+
| 120
3230
| 1000
3331
| 8
3432
| 32
3533

36-
| 250
34+
| 252
35+
| 4000
36+
| 16
37+
| 64
38+
39+
| 501
3740
| 4000
3841
| 16
3942
| 96

0 commit comments

Comments
 (0)