File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,8 @@ $ aws route53resolver list-resolver-endpoint-ip-addresses \
124
124
125
125
Use the following procedure to configure your DNS server to forward the necessary private hosted zones to your Amazon Route 53 Inbound Resolver.
126
126
127
- ifdef::openshift-rosa-hcp[]
127
+ //ifdef::openshift-rosa-hcp[]
128
+ === ROSA with HCP
128
129
ROSA with HCP clusters require you to configure DNS forwarding for two private hosted zones:
129
130
130
131
* `<cluster-name>.hypershift.local`
@@ -197,9 +198,10 @@ zone "rosa.<domain-prefix>.<unique-ID>.p3.openshiftapps.com" { <1>
197
198
----
198
199
<1> Replace `<domain-prefix>` with your cluster domain prefix and `<unique-ID>` with your unique ID collected above.
199
200
<2> Replace with the IP addresses of your inbound resolver endpoints collected above, ensuring that following each IP address there is a `;`.
200
- endif::openshift-rosa-hcp[]
201
+ // endif::openshift-rosa-hcp[]
201
202
202
203
ifdef::openshift-rosa[]
204
+ === ROSA Classic
203
205
ROSA Classic clusters require you to configure DNS forwarding for one private hosted zones:
204
206
205
207
* `<domain-prefix>.<unique-ID>.p1.openshiftapps.com`
You can’t perform that action at this time.
0 commit comments