Skip to content

Commit 1127a2e

Browse files
committed
Fix emphasis and tokens in table
1 parent a3351d3 commit 1127a2e

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

modules/ipi-install-network-requirements.adoc

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Clients access the {product-title} cluster nodes over the `baremetal` network.
3131
A network administrator must configure a subdomain or subzone where the canonical name extension is the cluster name.
3232

3333
----
34-
<cluster-name>.<domain-name>
34+
<cluster_name>.<domain-name>
3535
----
3636

3737
For example:
@@ -80,21 +80,21 @@ endif::[]
8080

8181
The following table provides an exemplary embodiment of fully qualified domain names. The API and Nameserver addresses begin with canonical name extensions. The host names of the control plane and worker nodes are exemplary, so you can use any host naming convention you prefer.
8282

83-
[width="100%", cols="3,5e,2e", frame="topbot",options="header"]
83+
[width="100%",cols="3,5,2",frame="topbot",options="header"]
8484
|=====
8585
| Usage | Host Name | IP
86-
| API | api.<cluster-name>.<domain> | <ip>
87-
| Ingress LB (apps) | *.apps.<cluster-name>.<domain> | <ip>
86+
| API | api.<cluster_name>.<domain> | <ip>
87+
| Ingress LB (apps) | *.apps.<cluster_name>.<domain> | <ip>
8888
ifeval::[{release} <= 4.5]
89-
| Nameserver | ns1.<cluster-name>.<domain> | <ip>
89+
| Nameserver | ns1.<cluster_name>.<domain> | <ip>
9090
endif::[]
91-
| Provisioner node | provisioner.<cluster-name>.<domain> | <ip>
92-
| Master-0 | openshift-master-0.<cluster-name>.<domain> | <ip>
93-
| Master-1 | openshift-master-1.<cluster-name>-.<domain> | <ip>
94-
| Master-2 | openshift-master-2.<cluster-name>.<domain> | <ip>
95-
| Worker-0 | openshift-worker-0.<cluster-name>.<domain> | <ip>
96-
| Worker-1 | openshift-worker-1.<cluster-name>.<domain> | <ip>
97-
| Worker-n | openshift-worker-n.<cluster-name>.<domain> | <ip>
91+
| Provisioner node | provisioner.<cluster_name>.<domain> | <ip>
92+
| Master-0 | openshift-master-0.<cluster_name>.<domain> | <ip>
93+
| Master-1 | openshift-master-1.<cluster_name>.<domain> | <ip>
94+
| Master-2 | openshift-master-2.<cluster_name>.<domain> | <ip>
95+
| Worker-0 | openshift-worker-0.<cluster_name>.<domain> | <ip>
96+
| Worker-1 | openshift-worker-1.<cluster_name>.<domain> | <ip>
97+
| Worker-n | openshift-worker-n.<cluster_name>.<domain> | <ip>
9898
|=====
9999

100100
ifdef::upstream[]

0 commit comments

Comments
 (0)