1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

Change hostname description

This commit is contained in:
SNiemann15
2025-07-14 14:13:40 +02:00
committed by openshift-cherrypick-robot
parent e34e95d315
commit 839f28a242
2 changed files with 2 additions and 2 deletions

View File

@@ -68,7 +68,7 @@ The rootfs image is the same for FCP and DASD.
... An empty string.
... The gateway.
... The netmask.
... The machine host and domain name in the form `hostname.domainname`. Omit this value to let {op-system} decide.
... The machine host and domain name in the form `hostname.domainname`. If you omit this value, {op-system} obtains the hostname through a reverse DNS lookup.
... The network interface name. If you omit this value, {op-system} applies the IP configuration to all available interfaces.
... If you use static IP addresses, specify `none`.
** For `coreos.inst.ignition_url=`, specify the Ignition file for the machine role. Use `bootstrap.ign`, `master.ign`, or `worker.ign`. Only HTTP and HTTPS protocols are supported.

View File

@@ -72,7 +72,7 @@ $ curl -LO $(oc -n openshift-machine-config-operator get configmap/coreos-bootim
... An empty string.
... The gateway.
... The netmask.
... The machine host and domain name in the form `hostname.domainname`. Omit this value to let {op-system} decide.
... The machine host and domain name in the form `hostname.domainname`. If you omit this value, {op-system} obtains the hostname through a reverse DNS lookup.
... The network interface name. If you omit this value, {op-system} applies the IP configuration to all available interfaces.
... The value `none`.
** For `coreos.inst.ignition_url=`, specify the URL to the `worker.ign` file. Only HTTP and HTTPS protocols are supported.