@@ -88,12 +88,12 @@ For example, `console-openshift-console.apps.<cluster_name>.<base_domain>` is us
88
88
machine. These records must be resolvable by the nodes within the cluster.
89
89
90
90
|Control plane machines
91
- |`<master ><n>.<cluster_name>.<base_domain>.`
91
+ |`<control_plane ><n>.<cluster_name>.<base_domain>.`
92
92
|DNS A/AAAA or CNAME records and DNS PTR records to identify each machine
93
93
for the control plane nodes. These records must be resolvable by the nodes within the cluster.
94
94
95
95
|Compute machines
96
- |`<worker ><n>.<cluster_name>.<base_domain>.`
96
+ |`<compute ><n>.<cluster_name>.<base_domain>.`
97
97
|DNS A/AAAA or CNAME records and DNS PTR records to identify each machine
98
98
for the worker nodes. These records must be resolvable by the nodes within the cluster.
99
99
@@ -149,12 +149,12 @@ api-int.ocp4.example.com. IN A 192.168.1.5 <2>
149
149
;
150
150
bootstrap.ocp4.example.com. IN A 192.168.1.96 <4>
151
151
;
152
- master0 .ocp4.example.com. IN A 192.168.1.97 <5>
153
- master1 .ocp4.example.com. IN A 192.168.1.98 <5>
154
- master2 .ocp4.example.com. IN A 192.168.1.99 <5>
152
+ control-plane0 .ocp4.example.com. IN A 192.168.1.97 <5>
153
+ control-plane1 .ocp4.example.com. IN A 192.168.1.98 <5>
154
+ control-plane2 .ocp4.example.com. IN A 192.168.1.99 <5>
155
155
;
156
- worker0 .ocp4.example.com. IN A 192.168.1.11 <6>
157
- worker1 .ocp4.example.com. IN A 192.168.1.7 <6>
156
+ compute0 .ocp4.example.com. IN A 192.168.1.11 <6>
157
+ compute1 .ocp4.example.com. IN A 192.168.1.7 <6>
158
158
;
159
159
;EOF
160
160
----
@@ -196,12 +196,12 @@ $TTL 1W
196
196
;
197
197
96.1.168.192.in-addr.arpa. IN PTR bootstrap.ocp4.example.com. <3>
198
198
;
199
- 97.1.168.192.in-addr.arpa. IN PTR master0 .ocp4.example.com. <4>
200
- 98.1.168.192.in-addr.arpa. IN PTR master1 .ocp4.example.com. <4>
201
- 99.1.168.192.in-addr.arpa. IN PTR master2 .ocp4.example.com. <4>
199
+ 97.1.168.192.in-addr.arpa. IN PTR control-plane0 .ocp4.example.com. <4>
200
+ 98.1.168.192.in-addr.arpa. IN PTR control-plane1 .ocp4.example.com. <4>
201
+ 99.1.168.192.in-addr.arpa. IN PTR control-plane2 .ocp4.example.com. <4>
202
202
;
203
- 11.1.168.192.in-addr.arpa. IN PTR worker0 .ocp4.example.com. <5>
204
- 7.1.168.192.in-addr.arpa. IN PTR worker1 .ocp4.example.com. <5>
203
+ 11.1.168.192.in-addr.arpa. IN PTR compute0 .ocp4.example.com. <5>
204
+ 7.1.168.192.in-addr.arpa. IN PTR compute1 .ocp4.example.com. <5>
205
205
;
206
206
;EOF
207
207
----
0 commit comments