Skip to content

Commit 95ad295

Browse files
authored
Merge pull request #40976 from johnwilkins/IBM-Style-Guide
IBM Style Guide: Moved (Optional) to the beginning of the title
2 parents 1e157c7 + cd2be3a commit 95ad295

8 files changed

+11
-14
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
@@ -1,8 +1,8 @@
11
// This is included in the following assemblies:
22
//
33
// ipi-install-configuration-files.adoc
4-
[id='configure-network-components-to-run-on-the-control-plane_{context}']
54

5+
[id='configure-network-components-to-run-on-the-control-plane_{context}']
66
= (Optional) Configure network components to run on the control plane
77

88
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.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
// This is included in the following assemblies:
22
//
33
// installing/installing_bare_metal_ipi/ipi-install-configuration-files.adoc
4-
[id="configuring-managed-secure-boot-in-the-install-config-file_{context}"]
54

6-
= Configuring managed Secure Boot in the `install-config.yaml` file (optional)
5+
[id="configuring-managed-secure-boot-in-the-install-config-file_{context}"]
6+
= (Optional) Configuring managed Secure Boot in the `install-config.yaml` file
77

88
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:
99

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
//
33
// installing/installing_bare_metal_ipi/ipi-install-configuration-files
44
// installing/installing_bare_metal_ipi/ipi-install-post-installation-configuration.adoc
5-
[id="configuring-ntp-for-disconnected-clusters_{context}"]
65

7-
= Configuring NTP for disconnected clusters (optional)
6+
[id="configuring-ntp-for-disconnected-clusters_{context}"]
7+
= (Optional) Configuring NTP for disconnected clusters
88

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

modules/ipi-install-creating-a-disconnected-registry.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
// install/installing_bare_metal_ipi/ipi-install-installation-workflow.adoc
55

66
[id="ipi-install-creating-a-disconnected-registry_{context}"]
7-
8-
= Creating a disconnected registry (optional)
7+
= (Optional) Creating a disconnected registry
98

109
In some cases, you might want to install an {product-title} cluster using a local copy of the installation registry. This could be for enhancing network efficiency because the cluster nodes are on a network that does not have access to the internet.
1110

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// *installing/installing_bare_metal_ipi/ipi-install-installation-workflow.adoc
44

55
[id="ipi-install-creating-an-rhcos-images-cache_{context}"]
6-
= Creating an {op-system} images cache (optional)
6+
= (Optional) Creating an {op-system} images cache
77

88
To employ image caching, you must download two images: the {op-system-first} image used by the bootstrap VM and the {op-system} image used by the installer to provision the different nodes. Image caching is optional, but especially useful when running the installer on a network with limited bandwidth.
99

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
// ipi-install-configuration-files.adoc
44

55
[id='modifying-install-config-for-dual-stack-network_{context}']
6-
7-
= Modifying the `install-config.yaml` file for dual-stack network (optional)
6+
= (Optional) Modifying the `install-config.yaml` file for dual-stack network
87

98
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.
109

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
// ipi-install-configuration-files.adoc
44

55
[id='modifying-install-config-for-no-provisioning-network_{context}']
6-
7-
= Modifying the `install-config.yaml` file for no `provisioning` network (optional)
6+
= (Optional) Modifying the `install-config.yaml` file for no `provisioning` network
87

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

modules/ipi-install-setting-proxy-settings-within-install-config.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
// This is included in the following assemblies:
22
//
33
// ipi-install-configuration-files.adoc
4-
[id='ipi-install-setting-proxy-settings-within-install-config_{context}']
54

6-
= Setting proxy settings within the `install-config.yaml` file (optional)
5+
[id='ipi-install-setting-proxy-settings-within-install-config_{context}']
6+
= (Optional) Setting proxy settings within the `install-config.yaml` file
77

88
To deploy an {product-title} cluster using a proxy, make the following changes to the `install-config.yaml` file.
99

0 commit comments

Comments
 (0)