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 \
124124
125125Use the following procedure to configure your DNS server to forward the necessary private hosted zones to your Amazon Route 53 Inbound Resolver.
126126
127- ifdef::openshift-rosa-hcp[]
127+ //ifdef::openshift-rosa-hcp[]
128+ === ROSA with HCP
128129ROSA with HCP clusters require you to configure DNS forwarding for two private hosted zones:
129130
130131* `<cluster-name>.hypershift.local`
@@ -197,9 +198,10 @@ zone "rosa.<domain-prefix>.<unique-ID>.p3.openshiftapps.com" { <1>
197198----
198199<1> Replace `<domain-prefix>` with your cluster domain prefix and `<unique-ID>` with your unique ID collected above.
199200<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[]
201202
202203ifdef::openshift-rosa[]
204+ === ROSA Classic
203205ROSA Classic clusters require you to configure DNS forwarding for one private hosted zones:
204206
205207* `<domain-prefix>.<unique-ID>.p1.openshiftapps.com`
You can’t perform that action at this time.
0 commit comments