Skip to content

Commit 2176dfb

Browse files
authored
Merge pull request #93657 from jneczypor/OSDOCS-14718
OSDOCS-14718: Add HCP sections back to "Customs DNS Tutorial"
2 parents 32cf11f + 6154dbd commit 2176dfb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

cloud_experts_tutorials/cloud-experts-custom-dns-resolver.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@ $ aws route53resolver list-resolver-endpoint-ip-addresses \
124124

125125
Use 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
128129
ROSA 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
202203
ifdef::openshift-rosa[]
204+
=== ROSA Classic
203205
ROSA Classic clusters require you to configure DNS forwarding for one private hosted zones:
204206
205207
* `<domain-prefix>.<unique-ID>.p1.openshiftapps.com`

0 commit comments

Comments
 (0)