|
1 | 1 | // This is included in the following assemblies:
|
2 | 2 | //
|
3 |
| -// installing/installing_bare_metal/ipi/ipi-install-expanding-the-cluster.adoc |
| 3 | +// installing/installing_bare_metal/bare-metal-expanding-the-cluster.adoc |
4 | 4 |
|
5 | 5 | :_mod-docs-content-type: PROCEDURE
|
6 | 6 | [id="replacing-a-bare-metal-control-plane-node_{context}"]
|
7 | 7 | = Replacing a bare-metal control plane node
|
8 | 8 |
|
9 |
| -Use the following procedure to replace an installer-provisioned {product-title} control plane node. |
| 9 | +Use the following procedure to replace a {product-title} control plane node. |
10 | 10 |
|
11 | 11 | [IMPORTANT]
|
12 | 12 | ====
|
13 | 13 | If you reuse the `BareMetalHost` object definition from an existing control plane host, do not leave the `externallyProvisioned` field set to `true`.
|
14 | 14 |
|
15 |
| -Existing control plane `BareMetalHost` objects may have the `externallyProvisioned` flag set to `true` if they were provisioned by the {product-title} installation program. |
| 15 | +Existing control plane `BareMetalHost` objects might have the `externallyProvisioned` flag set to `true` if they were provisioned by the {product-title} installation program. |
16 | 16 | ====
|
17 | 17 |
|
18 | 18 | .Prerequisites
|
@@ -85,11 +85,11 @@ spec:
|
85 | 85 | online: true
|
86 | 86 | EOF
|
87 | 87 | ----
|
88 |
| -<1> Replace `<num>` for the control plane number of the bare metal node in the `name` fields and the `credentialsName` field. |
| 88 | +<1> Replace `<num>` for the control plane number of the bare-metal node in the `name` fields and the `credentialsName` field. |
89 | 89 | <2> Replace `<base64_of_uid>` with the `base64` string of the user name.
|
90 | 90 | <3> Replace `<base64_of_pwd>` with the `base64` string of the password.
|
91 |
| -<4> Replace `<protocol>` with the BMC protocol, such as `redfish`, `redfish-virtualmedia`, `idrac-virtualmedia`, or others. Replace `<bmc_ip>` with the IP address of the bare metal node's baseboard management controller. For additional BMC configuration options, see "BMC addressing" in the _Additional resources_ section. |
92 |
| -<5> Replace `<NIC1_mac_address>` with the MAC address of the bare metal node's first NIC. |
| 91 | +<4> Replace `<protocol>` with the BMC protocol, such as `redfish`, `redfish-virtualmedia`, `idrac-virtualmedia`, or others. Replace `<bmc_ip>` with the IP address of the bare-metal node's baseboard management controller. For additional BMC configuration options, see "BMC addressing" in the _Additional resources_ section. |
| 92 | +<5> Replace `<NIC1_mac_address>` with the MAC address of the bare-metal node's first NIC. |
93 | 93 | +
|
94 | 94 | After the inspection is complete, the `BareMetalHost` object is created and available to be provisioned.
|
95 | 95 |
|
@@ -147,7 +147,7 @@ spec:
|
147 | 147 | name: master-user-data-managed
|
148 | 148 | EOF
|
149 | 149 | ----
|
150 |
| -<1> Replace `<num>` for the control plane number of the bare metal node in the `name`, `labels` and `annotations` fields. |
| 150 | +<1> Replace `<num>` for the control plane number of the bare-metal node in the `name`, `labels` and `annotations` fields. |
151 | 151 | +
|
152 | 152 | . To view the `BareMetalHost` objects, run the following command:
|
153 | 153 | +
|
|
0 commit comments