Skip to content

OCPBUGS-37364: Detail unsupported routes for the External DNS Operator #79724

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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}].
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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}.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Original file line number Diff line number Diff line change
Expand Up @@ -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]