Skip to content

Commit f2e7872

Browse files
authored
Merge pull request #50132 from kelbrown20/GH474882-fixing-master-wording
GH#47482 - Removing master node language
2 parents 1f35579 + 7462c43 commit f2e7872

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

modules/ipi-install-network-requirements.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ For the `baremetal` network, a network administrator must reserve a number of IP
105105
- One virtual IP address for the wildcard ingress endpoint.
106106
+
107107
. One IP address for the provisioner node.
108-
. One IP address for each control plane (master) node.
108+
. One IP address for each control plane node.
109109
. One IP address for each worker node, if applicable.
110110

111111
[IMPORTANT]
@@ -133,9 +133,9 @@ The following table provides an exemplary embodiment of fully qualified domain n
133133
| API | `api.<cluster_name>.<base_domain>` | `<ip>`
134134
| Ingress LB (apps) | `*.apps.<cluster_name>.<base_domain>` | `<ip>`
135135
| Provisioner node | `provisioner.<cluster_name>.<base_domain>` | `<ip>`
136-
| Master-0 | `openshift-master-0.<cluster_name>.<base_domain>` | `<ip>`
137-
| Master-1 | `openshift-master-1.<cluster_name>-.<base_domain>` | `<ip>`
138-
| Master-2 | `openshift-master-2.<cluster_name>.<base_domain>` | `<ip>`
136+
| Control-plane-0 | `openshift-control-plane-0.<cluster_name>.<base_domain>` | `<ip>`
137+
| Control-plane-1 | `openshift-control-plane-1.<cluster_name>-.<base_domain>` | `<ip>`
138+
| Control-plane-2 | `openshift-control-plane-2.<cluster_name>.<base_domain>` | `<ip>`
139139
| Worker-0 | `openshift-worker-0.<cluster_name>.<base_domain>` | `<ip>`
140140
| Worker-1 | `openshift-worker-1.<cluster_name>.<base_domain>` | `<ip>`
141141
| Worker-n | `openshift-worker-n.<cluster_name>.<base_domain>` | `<ip>`

modules/ipi-install-validation-checklist-for-nodes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
.When using the `provisioning` network
1010

1111
* [ ] NIC1 VLAN is configured for the `provisioning` network.
12-
* [ ] NIC1 for the `provisioning` network is PXE-enabled on the provisioner, control plane (master), and worker nodes.
12+
* [ ] NIC1 for the `provisioning` network is PXE-enabled on the provisioner, control plane, and worker nodes.
1313
* [ ] NIC2 VLAN is configured for the `baremetal` network.
1414
* [ ] PXE has been disabled on all other NICs.
1515
* [ ] DNS is configured with API and Ingress endpoints.

0 commit comments

Comments
 (0)