From 4b985ab04af9515a96029532bd36aa6afb7f14f2 Mon Sep 17 00:00:00 2001 From: vaegt Date: Fri, 9 Nov 2018 13:07:55 +0100 Subject: [PATCH] Add docs for alias annotation --- docs/tutorials/aws.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/tutorials/aws.md b/docs/tutorials/aws.md index dc9be8ad9..5ab4050de 100644 --- a/docs/tutorials/aws.md +++ b/docs/tutorials/aws.md @@ -171,6 +171,13 @@ This list is not the full list, but a few arguments that where chosen. `aws-zone-type` allows filtering for private and public zones +## Annotations + +Annotations which are specific to AWS. + +### alias + +`external-dns.alpha.kubernetes.io/alias` if set to `true` on an ingress, it will create an ALIAS record when the target is an ALIAS as well. ## Verify ExternalDNS works (Ingress example)