Skip to content

Commit a55fd4f

Browse files
committed
bz1913975: Removed a comma..
1 parent 98b511f commit a55fd4f

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,21 @@ Configure networking components to run exclusively on the control plane nodes. B
99

1010
.Procedure
1111

12-
. Change to the directory storing the `install-config.yaml` file.
12+
. Change to the directory storing the `install-config.yaml` file:
1313
+
1414
[source,terminal]
1515
----
1616
$ cd ~/clusterconfigs
1717
----
1818

19-
. Switch to the `manifests` subdirectory.
19+
. Switch to the `manifests` subdirectory:
2020
+
2121
[source,terminal]
2222
----
2323
$ cd manifests
2424
----
2525

26-
. Create a file named `cluster-network-avoid-workers-99-config.yaml`.
26+
. Create a file named `cluster-network-avoid-workers-99-config.yaml`:
2727
+
2828
[source,terminal]
2929
----
@@ -83,7 +83,7 @@ This manifest places the `apiVIP` and `ingressVIP` virtual IP addresses on the c
8383

8484
. Save the `cluster-network-avoid-workers-99-config.yaml` file.
8585

86-
. Create a `manifests/cluster-ingress-default-ingresscontroller.yaml` file.
86+
. Create a `manifests/cluster-ingress-default-ingresscontroller.yaml` file:
8787
+
8888
[source,yaml]
8989
----
@@ -112,9 +112,9 @@ $ sed -i "s;mastersSchedulable: false;mastersSchedulable: true;g" clusterconfigs
112112
If control plane nodes are not schedulable, deploying the cluster will fail.
113113
====
114114

115-
. Before deploying the cluster, ensure that the `api.<cluster-name>.<domain>` domain name is resolvable in the DNS. When you configure network components to run exclusively on the control plane, the internal DNS resolution no longer works for worker nodes, which is an expected outcome.
115+
. Before deploying the cluster, ensure that the `api.<cluster-name>.<domain>` domain name is resolvable in the external DNS server. When you configure network components to run exclusively on the control plane, the internal DNS resolution no longer works for worker nodes, which is an expected outcome.
116116
+
117117
[IMPORTANT]
118118
====
119-
Failure to create a DNS record for the API precludes worker nodes from joining the cluster.
119+
Failure to create a DNS record for the `api.<cluster-name>.<domain>` domain name in the external DNS server precludes worker nodes from joining the cluster.
120120
====

modules/ipi-install-network-requirements.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ test-cluster.example.com
4949

5050
ifeval::[{product-version}>4.7]
5151
{product-title} 4.8 and later releases include functionality that uses cluster membership information to generate A/AAAA records. This resolves the node names to their IP addresses. After the nodes are registered with the API, the cluster can disperse node information without using CoreDNS-mDNS. This eliminates the network traffic associated with multicast DNS.
52+
53+
[IMPORTANT]
54+
====
55+
You must create a DNS entry for the `api.<cluster-name>.<domain>` domain name on the external DNS because removing CoreDNS causes the local entry to disappear. Failure to create a DNS record for the `api.<cluster-name>.<domain>` domain name in the external DNS server precludes worker nodes from joining the cluster.
56+
====
5257
endif::[]
5358

5459
ifdef::upstream[]

0 commit comments

Comments
 (0)