Skip to content

Commit f1ddaf9

Browse files
authored
Merge pull request #84365 from brendan-daly-red-hat/OSDOCS-11248
OSDOCS-11248#port requirement clarification
2 parents d6a1a4a + 4a2d1f2 commit f1ddaf9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modules/installation-special-config-chrony.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@ 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+
+
63+
[NOTE]
64+
====
65+
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`.
66+
====
6267
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`.]
6368

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

0 commit comments

Comments
 (0)