Skip to content

Commit 0ce343f

Browse files
authored
Merge pull request #71379 from slovern/TELCODOCS-900
TELCODOCS-900 DHCP must be used for IPI installations
2 parents 58d27e7 + 4d5ff05 commit 0ce343f

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

installing/installing_bare_metal_ipi/ipi-install-installation-workflow.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ include::modules/ipi-install-extracting-the-openshift-installer.adoc[leveloffset
2929

3030
include::modules/ipi-install-creating-an-rhcos-images-cache.adoc[leveloffset=+1]
3131

32+
include::modules/ipi-install-setting-cluster-node-hostnames-dhcp.adoc[leveloffset=+1]
33+
3234
[id="ipi-install-configuration-files"]
3335
[id="additional-resources_config"]
3436
== Configuring the install-config.yaml file
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
// Module included in the following assemblies:
2+
//
3+
// *installing/installing_bare_metal_ipi/ipi-install-installation-workflow.adoc
4+
5+
:_mod-docs-content-type: CONCEPT
6+
[id="ipi-install-setting-cluster-node-hostnames-dhcp_{context}"]
7+
= Setting the cluster node hostnames through DHCP
8+
9+
On {op-system-first} machines, hostnames are is set through `NetworkManager`.
10+
By default, the machines obtain their hostnames through DHCP.
11+
If hostnames are not provided by DHCP, set statically through kernel arguments, or another method, they are obtained through a reverse DNS lookup.
12+
Reverse DNS lookup occurs after the network has been initialized on a node and can take time to resolve.
13+
Other system services can start prior to this and detect hostnames as `localhost` or similar.
14+
You can avoid this delay in assigning hostnames by using DHCP to provide the hostname for each cluster node.
15+
16+
Additionally, setting the hostnames through DHCP can bypass any manual DNS record name configuration errors in environments that have a DNS split-horizon implementation.
17+
18+

0 commit comments

Comments
 (0)