Skip to content

Commit d212607

Browse files
authored
Merge pull request #49110 from johnwilkins/TELCODOCS-657-2
TELCODOCS-657: Update headings under the IPI book
2 parents 07b9257 + 828342e commit d212607

11 files changed

+12
-12
lines changed

modules/ipi-install-configure-network-components-to-run-on-the-control-plane.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
:_content-type: PROCEDURE
66
[id='configure-network-components-to-run-on-the-control-plane_{context}']
7-
= (Optional) Configuring network components to run on the control plane
7+
= Optional: Configuring network components to run on the control plane
88

99
You can configure networking components to run exclusively on the control plane nodes. By default, {product-title} allows any node in the machine config pool to host the `ingressVIP` virtual IP address. However, some environments deploy worker nodes in separate subnets from the control plane nodes. When deploying remote workers in separate subnets, you must place the `ingressVIP` virtual IP address exclusively with the control plane nodes.
1010

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
:_content-type: PROCEDURE
66
[id="configuring-host-network-interfaces-in-the-install-config-yaml-file_{context}"]
7-
= (Optional) Configuring host network interfaces
7+
= Optional: Configuring host network interfaces
88

99
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.
1010

modules/ipi-install-configuring-managed-secure-boot-in-the-install-config-file.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
:_content-type: PROCEDURE
66
[id="configuring-managed-secure-boot-in-the-install-config-file_{context}"]
7-
= (Optional) Configuring managed Secure Boot
7+
= Optional: Configuring managed Secure Boot
88

99
You can enable managed Secure Boot when deploying an installer-provisioned cluster using Redfish BMC addressing, such as `redfish`, `redfish-virtualmedia`, or `idrac-virtualmedia`. To enable managed Secure Boot, add the `bootMode` configuration setting to each node:
1010

modules/ipi-install-configuring-ntp-for-disconnected-clusters.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
:_content-type: PROCEDURE
77
[id="configuring-ntp-for-disconnected-clusters_{context}"]
8-
= (Optional) Configuring NTP for disconnected clusters
8+
= Optional: Configuring NTP for disconnected clusters
99

1010
//This procedure can be executed as a day 1 or day 2 operation with minor differences.
1111
//The conditional text picks up the context and displays the appropriate alternate steps.

modules/ipi-install-configuring-the-bios.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
:_content-type: PROCEDURE
66
[id="configuring-the-bios_{context}"]
7-
= (Optional) Configuring the BIOS
7+
= Optional: Configuring the BIOS
88

99
The following procedure configures the BIOS during the installation process.
1010

modules/ipi-install-configuring-the-raid.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
:_content-type: PROCEDURE
66
[id="configuring-the-raid_{context}"]
7-
= (Optional) Configuring the RAID
7+
= Optional: Configuring the RAID
88

99
The following procedure configures a redundant array of independent disks (RAID) during the installation process.
1010

modules/ipi-install-creating-an-rhcos-images-cache.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
:_content-type: PROCEDURE
66
[id="ipi-install-creating-an-rhcos-images-cache_{context}"]
7-
= (Optional) Creating an {op-system} images cache
7+
= Optional: Creating an {op-system} images cache
88

99
To employ image caching, you must download the {op-system-first} image used by the bootstrap VM to provision the cluster nodes. Image caching is optional, but it is especially useful when running the installation program on a network with limited bandwidth.
1010

@@ -138,4 +138,4 @@ platform:
138138
----
139139
<1> Replace `<bootstrap_os_image>` with the value of `$BOOTSTRAP_OS_IMAGE`.
140140
+
141-
See the "Configuring the install-config.yaml file" section for additional details.
141+
See the "Configuring the install-config.yaml file" section for additional details.

modules/ipi-install-deploying-routers-on-worker-nodes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
:_content-type: PROCEDURE
77
[id="deploying-routers-on-worker-nodes_{context}"]
8-
= (Optional) Deploying routers on worker nodes
8+
= Optional: Deploying routers on worker nodes
99

1010
During installation, the installer deploys router pods on worker nodes. By default, the installer installs two router pods. If a deployed cluster requires additional routers to handle external traffic loads destined for services within the {product-title} cluster, you can create a `yaml` file to set an appropriate number of router replicas.
1111

modules/ipi-install-modifying-install-config-for-dual-stack-network.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
:_content-type: PROCEDURE
66
[id='modifying-install-config-for-dual-stack-network_{context}']
7-
= (Optional) Deploying with dual-stack networking
7+
= Optional: Deploying with dual-stack networking
88

99
To deploy an {product-title} cluster with dual-stack networking, edit the `machineNetwork`, `clusterNetwork`, and `serviceNetwork` configuration settings in the `install-config.yaml` file. Each setting must have two CIDR entries each. Ensure the first CIDR entry is the IPv4 setting and the second CIDR entry is the IPv6 setting.
1010

modules/ipi-install-modifying-install-config-for-no-provisioning-network.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
:_content-type: PROCEDURE
66
[id='modifying-install-config-for-no-provisioning-network_{context}']
7-
= (Optional) Deploying with no provisioning network
7+
= Optional: Deploying with no provisioning network
88

99
To deploy an {product-title} cluster without a `provisioning` network, make the following changes to the `install-config.yaml` file.
1010

0 commit comments

Comments
 (0)