Skip to content

Commit 5216521

Browse files
authored
Merge pull request #89623 from brendan-daly-red-hat/OSDOCS-10316
OSDOCS-10316#adding DHCP details
2 parents 6ba5bc2 + cbf1133 commit 5216521

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/installation-special-config-chrony.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,13 @@ storage:
5959
<1> On control plane nodes, substitute `master` for `worker` in both of these locations.
6060
<2> Specify an octal value mode for the `mode` field in the machine config file. After creating the file and applying the changes, the `mode` is converted to a decimal value. You can check the YAML file with the command `oc get mc <mc-name> -o yaml`.
6161
<3> Specify any valid, reachable time source, such as the one provided by your DHCP server.
62+
6263
+
6364
[NOTE]
6465
====
6566
For all-machine to all-machine communication, the Network Time Protocol (NTP) on UDP is port `123`. If an external NTP time server is configured, you must open UDP port `123`.
6667
====
67-
ifndef::restricted[Alternately, you can specify any of the following NTP servers: `1.rhel.pool.ntp.org`, `2.rhel.pool.ntp.org`, or `3.rhel.pool.ntp.org`.]
68+
ifndef::restricted[Alternatively, you can specify any of the following NTP servers: `1.rhel.pool.ntp.org`, `2.rhel.pool.ntp.org`, or `3.rhel.pool.ntp.org`. When you use NTP with your DHCP server, you must set the `sourcedir /run/chrony-dhcp` parameter in the `chrony.conf` file.]
6869

6970
. Use Butane to generate a `MachineConfig` object file, `99-worker-chrony.yaml`, containing the configuration to be delivered to the nodes:
7071
+

0 commit comments

Comments
 (0)