From b09035d5fe92cb142d94c7ae22e62bb707c62feb Mon Sep 17 00:00:00 2001 From: bmcelvee Date: Thu, 7 Dec 2023 11:59:32 -0500 Subject: [PATCH] OSDOCS-8996: Add CDO deprecation note to Tutorial: Deploying the External DNS Operator on ROSA --- cloud_experts_tutorials/cloud-experts-external-dns.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cloud_experts_tutorials/cloud-experts-external-dns.adoc b/cloud_experts_tutorials/cloud-experts-external-dns.adoc index 6a47da4263..39820fb86c 100644 --- a/cloud_experts_tutorials/cloud-experts-external-dns.adoc +++ b/cloud_experts_tutorials/cloud-experts-external-dns.adoc @@ -18,6 +18,11 @@ toc::[] // - Dustin Scott //--- +[NOTE] +==== +Starting with {product-title} 4.14, the Custom Domain Operator is deprecated. To manage Ingress in {product-title} 4.14, use the Ingress Operator. The functionality is unchanged for {product-title} 4.13 and earlier versions. +==== + Configuring the xref:../applications/deployments/osd-config-custom-domains-applications.adoc[Custom Domain Operator] requires a wildcard CNAME DNS record in your Amazon Route 53 hosted zone. If you do not want to use a wildcard record, you can use the `External DNS` Operator to create individual entries for routes. Use this tutorial to deploy and configure the `External DNS` Operator with a custom domain in {product-title} (ROSA).