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
= Adding worker nodes to{sno} clusters with GitOps ZTP
3
+
= Expanding{sno} clusters with GitOps ZTP
4
4
include::_attributes/common-attributes.adoc[]
5
5
:context: sno-additional-worker
6
6
7
7
toc::[]
8
8
9
-
You can add one or more worker nodes to an existing {sno} cluster with GitOps ZTP. Adding worker nodes does not require any downtime for the existing {sno}.
9
+
You can expand {sno} clusters with GitOps ZTP. When you add worker nodes to {sno} clusters, the original {sno} cluster retains the control plane node role. Adding worker nodes does not require any downtime for the existing {sno} cluster.
10
+
11
+
[NOTE]
12
+
====
13
+
Although there is no specified limit on the number of worker nodes that you can add to a {sno} cluster, you must revaluate the reserved CPU allocation on the control plane node for the additional worker nodes.
14
+
====
15
+
16
+
If you require workload partitioning on the worker node, you must deploy and remediate the managed cluster policies on the hub cluster before installing the node. This way, the workload partitioning `MachineConfig` objects are rendered and associated with the `worker` machine config pool before the GitOps ZTP workflow applies the `MachineConfig` ignition file to the worker node.
17
+
18
+
It is recommended that you first remediate the policies, and then install the worker node.
19
+
If you create the workload partitioning manifests after installing the worker node, you must drain the node manually and delete all the pods managed by daemon sets. When the managing daemon sets create the new pods, the new pods undergo the workload partitioning process.
20
+
21
+
:FeatureName: Adding worker nodes to {sno} clusters with GitOps ZTP
22
+
include::snippets/technology-preview.adoc[]
10
23
11
24
[role="_additional-resources"]
12
25
.Additional resources
@@ -15,14 +28,12 @@ You can add one or more worker nodes to an existing {sno} cluster with GitOps ZT
15
28
16
29
* For more information about worker nodes, see xref:../../nodes/nodes/nodes-sno-worker-nodes.adoc[Adding worker nodes to single-node OpenShift clusters].
0 commit comments