Add docs for alias annotation

This commit is contained in:
vaegt 2018-11-09 13:07:55 +01:00
parent 38dc658270
commit 4b985ab04a
No known key found for this signature in database
GPG Key ID: D6EB0FF4A03B395F

View File

@ -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 `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) ## Verify ExternalDNS works (Ingress example)