From 31df1eb257a51310ec97e1e93159dcaaa2529fe0 Mon Sep 17 00:00:00 2001 From: dfitzmau Date: Tue, 30 Jul 2024 16:42:44 +0100 Subject: [PATCH] OCPBUGS-37364: Detail unsupported routes for the External DNS Operator --- .../aws-load-balancer-operator-release-notes.adoc | 5 +++++ .../external-dns-operator-release-notes.adoc | 7 ++++++- .../nw-creating-dns-records-on-azure.adoc | 5 +++++ .../nw-creating-dns-records-on-gcp.adoc | 7 ++++++- 4 files changed, 22 insertions(+), 2 deletions(-) diff --git a/networking/aws_load_balancer_operator/aws-load-balancer-operator-release-notes.adoc b/networking/aws_load_balancer_operator/aws-load-balancer-operator-release-notes.adoc index 205ac48e091d..d54afba1a5e6 100644 --- a/networking/aws_load_balancer_operator/aws-load-balancer-operator-release-notes.adoc +++ b/networking/aws_load_balancer_operator/aws-load-balancer-operator-release-notes.adoc @@ -9,6 +9,11 @@ toc::[] The AWS Load Balancer (ALB) Operator deploys and manages an instance of the `AWSLoadBalancerController` resource. +[IMPORTANT] +==== +The AWS Load Balancer (ALB) Operator is only supported on the `x86_64` architecture. +==== + These release notes track the development of the AWS Load Balancer Operator in {product-title}. For an overview of the AWS Load Balancer Operator, see xref:../../networking/aws_load_balancer_operator/understanding-aws-load-balancer-operator.adoc#aws-load-balancer-operator[AWS Load Balancer Operator in {product-title}]. diff --git a/networking/external_dns_operator/external-dns-operator-release-notes.adoc b/networking/external_dns_operator/external-dns-operator-release-notes.adoc index b3fcc1605486..f731bb85745a 100644 --- a/networking/external_dns_operator/external-dns-operator-release-notes.adoc +++ b/networking/external_dns_operator/external-dns-operator-release-notes.adoc @@ -6,7 +6,12 @@ include::_attributes/common-attributes.adoc[] toc::[] -The External DNS Operator deploys and manages `ExternalDNS` to provide name resolution for services and routes from the external DNS provider to {product-title}. +The External DNS Operator deploys and manages `ExternalDNS` to provide name resolution for services and routes from the external DNS provider to {product-title}. + +[IMPORTANT] +==== +The External DNS Operator is only supported on the `x86_64` architecture. +==== These release notes track the development of the External DNS Operator in {product-title}. diff --git a/networking/external_dns_operator/nw-creating-dns-records-on-azure.adoc b/networking/external_dns_operator/nw-creating-dns-records-on-azure.adoc index 9b65607572ad..273dd598b2ce 100644 --- a/networking/external_dns_operator/nw-creating-dns-records-on-azure.adoc +++ b/networking/external_dns_operator/nw-creating-dns-records-on-azure.adoc @@ -8,4 +8,9 @@ toc::[] You can create DNS records on Azure by using the External DNS Operator. +[IMPORTANT] +==== +Using the External DNS Operator on a {entra-first}-enabled cluster or a cluster that runs in {azure-full} Government (MAG) regions is not supported. +==== + include::modules/nw-control-dns-records-public-hosted-zone-azure.adoc[leveloffset=+1] diff --git a/networking/external_dns_operator/nw-creating-dns-records-on-gcp.adoc b/networking/external_dns_operator/nw-creating-dns-records-on-gcp.adoc index a8118c059e26..394a8f32ba54 100644 --- a/networking/external_dns_operator/nw-creating-dns-records-on-gcp.adoc +++ b/networking/external_dns_operator/nw-creating-dns-records-on-gcp.adoc @@ -6,6 +6,11 @@ include::_attributes/common-attributes.adoc[] toc::[] -You can create DNS records on GCP by using the External DNS Operator. +You can create DNS records on {gcp-first} by using the External DNS Operator. + +[IMPORTANT] +==== +Using the External DNS Operator on a cluster with {gcp-short} Workload Identity enabled is not supported. For more information about the {gcp-short} Workload Identity, see xref:../../authentication/managing_cloud_provider_credentials/cco-short-term-creds.adoc#cco-short-term-creds-gcp_cco-short-term-creds[{gcp-short} Workload Identity]. +==== include::modules/nw-control-dns-records-public-managed-zone-gcp.adoc[leveloffset=+1]