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/master-node-sizing.adoc
+17-3Lines changed: 17 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,21 +6,35 @@
6
6
[id="master-node-sizing_{context}"]
7
7
= Control plane node sizing
8
8
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:
10
10
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*"]
12
23
|===
13
-
| Number of worker nodes |CPU cores |Memory (GB)
24
+
| Number of worker nodes |Cluster load (namespaces) | CPU cores |Memory (GB)
0 commit comments