Skip to content

Commit 775b2a8

Browse files
authored
Merge pull request #42929 from bergerhoffer/fixing-anchor
Fixing period in anchor that is causing an issue
2 parents 29d594b + 0e6a80b commit 775b2a8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

installing/installing_bare_metal_ipi/ipi-install-expanding-the-cluster.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ include::modules/ipi-install-preparing-the-bare-metal-node.adoc[leveloffset=+1]
1818
[role="_additional-resources"]
1919
.Additional resources
2020

21-
* xref:../../installing/installing_bare_metal_ipi/ipi-install-installation-workflow.adoc#configuring-host-network-interfaces-in-the-install-config.yaml-file_ipi-install-installation-workflow[(Optional) Configuring host network interfaces in the install-config.yaml file]
21+
* xref:../../installing/installing_bare_metal_ipi/ipi-install-installation-workflow.adoc#configuring-host-network-interfaces-in-the-install-config-yaml-file_ipi-install-installation-workflow[(Optional) Configuring host network interfaces in the install-config.yaml file]
2222
2323
include::modules/ipi-install-preparing-to-deploy-with-virtual-media-on-the-baremetal-network.adoc[leveloffset=+1]
2424

modules/ipi-install-configuring-host-network-interfaces-in-the-install-config.yaml-file.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// installing_bare_metal_ipi/ipi-install-installation-workflow.adoc
44

5-
[id="configuring-host-network-interfaces-in-the-install-config.yaml-file_{context}"]
5+
[id="configuring-host-network-interfaces-in-the-install-config-yaml-file_{context}"]
66
= (Optional) Configuring host network interfaces in the `install-config.yaml` file
77

88
During installation, you can set the `networkConfig` configuration setting in the `install-config.yaml` file to configure host network interfaces using NMState. To use the `networkConfig` configuration setting, you must provide an NMState YAML configuration.
@@ -12,7 +12,7 @@ During installation, you can set the `networkConfig` configuration setting in th
1212
Before configuring host network interfaces, review the OpenShift Container Platform 4.10 release notes.
1313
====
1414

15-
See link:https://nmstate.io/examples.html#interfaces-ethernet[NMState] for additional examples of the NMState syntax.
15+
See link:https://nmstate.io/examples.html#interfaces-ethernet[NMState] for additional examples of the NMState syntax.
1616

1717
.Example
1818
[source,yaml]
@@ -61,4 +61,4 @@ The most common use case for this functionality is to specify a static IP addres
6161
[IMPORTANT]
6262
====
6363
Once deployed, you cannot modify the `networkConfig` configuration setting of `install-config.yaml` file to make changes to the host network interface. Use the Kubernetes NMState Operator to make changes to the host network interface after deployment.
64-
====
64+
====

0 commit comments

Comments
 (0)