Skip to content

Commit e844d18

Browse files
authored
Merge pull request #55463 from aireilly/fix-typo
OCPBUGS-6802 - final tidy up for GitOps ZTP SNO worker nodes
2 parents c994f66 + 1bf2911 commit e844d18

File tree

3 files changed

+21
-33
lines changed

3 files changed

+21
-33
lines changed

_topic_maps/_topic_map.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2547,7 +2547,7 @@ Topics:
25472547
File: ztp-talm-updating-managed-policies
25482548
- Name: Updating GitOps ZTP
25492549
File: ztp-updating-gitops
2550-
- Name: Adding worker nodes to single-node OpenShift cluster
2550+
- Name: Expanding single-node OpenShift clusters with GitOps ZTP
25512551
File: ztp-sno-additional-worker-node
25522552
- Name: Pre-caching images for single-node OpenShift deployments
25532553
File: ztp-precaching-tool

modules/ztp-additional-worker-to-sno-cluster.adoc

Lines changed: 0 additions & 23 deletions
This file was deleted.
Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,25 @@
11
:_content-type: ASSEMBLY
22
[id="ztp-sno-additional-worker-node"]
3-
= Adding worker nodes to {sno} clusters with GitOps ZTP
3+
= Expanding {sno} clusters with GitOps ZTP
44
include::_attributes/common-attributes.adoc[]
55
:context: sno-additional-worker
66

77
toc::[]
88

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[]
1023

1124
[role="_additional-resources"]
1225
.Additional resources
@@ -15,14 +28,12 @@ You can add one or more worker nodes to an existing {sno} cluster with GitOps ZT
1528
1629
* For more information about worker nodes, see xref:../../nodes/nodes/nodes-sno-worker-nodes.adoc[Adding worker nodes to single-node OpenShift clusters].
1730
18-
include::modules/ztp-additional-worker-to-sno-cluster.adoc[leveloffset=+1]
19-
20-
include::modules/ztp-worker-node-applying-du-profile.adoc[leveloffset=+2]
31+
include::modules/ztp-worker-node-applying-du-profile.adoc[leveloffset=+1]
2132

22-
include::modules/ztp-worker-node-daemon-selector-compatibility.adoc[leveloffset=+2]
33+
include::modules/ztp-worker-node-daemon-selector-compatibility.adoc[leveloffset=+1]
2334

24-
include::modules/ztp-worker-node-node-selector-compatibility.adoc[leveloffset=+2]
35+
include::modules/ztp-worker-node-node-selector-compatibility.adoc[leveloffset=+1]
2536

26-
include::modules/ztp-worker-node-preparing-policies.adoc[leveloffset=+2]
37+
include::modules/ztp-worker-node-preparing-policies.adoc[leveloffset=+1]
2738

28-
include::modules/ztp-adding-worker-nodes.adoc[leveloffset=+2]
39+
include::modules/ztp-adding-worker-nodes.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)