Skip to content

Commit 8604db1

Browse files
authored
Merge pull request openshift#7350 from ahardin-rh/online-pro-custom-routes
Bug 1533508, Added an Update DNS for Custom Routes section for Online docs
2 parents 138abdd + 41d2e64 commit 8604db1

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed
Loading

dev_guide/routes.adoc

+9-2
Original file line numberDiff line numberDiff line change
@@ -347,8 +347,11 @@ custom hosts or certificates will be rejected in {product-title} Starter. In
347347
{product-title} Pro, a default host is provided if the user does not specify a
348348
custom host.
349349

350-
Once your custom route is created in in {product-title} Pro, you must update
351-
your DNS provider by creating a canonical name (CNAME) record. Your CNAME record
350+
[[update-dns-for-custom-routes]]
351+
== Update DNS for Custom Routes
352+
353+
Once your custom route is created in {product-title} Pro, you must update your
354+
DNS provider by creating a canonical name (CNAME) record. Your CNAME record
352355
should point your custom domain to the {product-title} router as the alias. The
353356
{product-title} router's domain is different for every cluster.
354357

@@ -358,5 +361,9 @@ CNAME records cannot be set for a naked domain (`example.com`). A subdomain must
358361
be specified (`www.example.com`).
359362
====
360363

364+
In {product-title} Pro, you can view a created custom route to see the CNAME
365+
record that you must provide to your DNS provider.
366+
367+
image::update-dns-for-custom-routes.png[View a created custom route to see the CNAME record]
361368

362369
endif::[]

0 commit comments

Comments
 (0)