Skip to content

Commit c6d4032

Browse files
author
Bob Furu
authored
Merge pull request #33735 from bgilbert/control
2 parents 159864d + 1617e08 commit c6d4032

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/installation-special-config-kmod.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ This must include new kernel packages as they are needed to match newly installe
281281
=== Provision kernel modules via a `MachineConfig` object
282282

283283
By packaging kernel module software with a `MachineConfig` object, you can
284-
deliver that software to worker or master nodes at installation time
284+
deliver that software to worker or control plane nodes at installation time
285285
or via the Machine Config Operator.
286286

287287
.Procedure
@@ -396,7 +396,7 @@ systemd:
396396
enabled: true
397397
----
398398
+
399-
<1> To deploy on master nodes, change `worker` to `master`. To deploy on both master and worker nodes, perform the remainder of these instructions once for each node type.
399+
<1> To deploy on control plane nodes, change `worker` to `master`. To deploy on both control plane and worker nodes, perform the remainder of these instructions once for each node type.
400400

401401
. Use Butane to generate a machine config YAML file, `99-simple-kmod.yaml`, containing the files and configuration to be delivered:
402402
+

0 commit comments

Comments
 (0)