Merge pull request #868 from alexnederlof/patch-1

Improve documentation regarding Alias
This commit is contained in:
Kubernetes Prow Robot 2019-01-28 02:57:18 -08:00 committed by GitHub
commit 00450a8d44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -177,7 +177,7 @@ Annotations which are specific to AWS.
### alias ### 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. `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. To make the target an alias, the ingress needs to be configured correctly as described in [the docs](./nginx-ingress.md#with-a-separate-tcp-load-balancer).
## Verify ExternalDNS works (Ingress example) ## Verify ExternalDNS works (Ingress example)