You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tutorials/aws.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -710,6 +710,13 @@ To make the target an alias, the ingress needs to be configured correctly as des
710
710
In particular, the argument `--publish-service=default/nginx-ingress-controller` has to be set on the `nginx-ingress-controller` container.
711
711
If one uses the `nginx-ingress` Helm chart, this flag can be set with the `controller.publishService.enabled` configuration option.
712
712
713
+
Additionally, you can set the value to `A` or `AAAA` to create only one type of ALIAS record:
714
+
715
+
-`A`: Creates only an A ALIAS record (IPv4 only)
716
+
-`AAAA`: Creates only an AAAA ALIAS record (IPv6 only)
717
+
718
+
Note: The `A` and `AAAA` values are currently only supported by the AWS Route53 provider.
719
+
713
720
### target-hosted-zone
714
721
715
722
`external-dns.kubernetes.io/aws-target-hosted-zone` can optionally be set to the ID of a Route53 hosted zone. This will force external-dns to use the specified hosted zone when creating an ALIAS target.
0 commit comments