Merge pull request #863 from kubernetes-incubator/linki-patch-2

Add questions from slack to the FAQ
This commit is contained in:
Kubernetes Prow Robot 2019-01-23 06:05:29 -08:00 committed by GitHub
commit 4801556e27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -243,3 +243,11 @@ To do this with ExternalDNS you can use the `--annotation-filter` to specificall
an instance of a ingress controller. Let's assume you have two ingress controllers `nginx-internal` and `nginx-external`
then you can start two ExternalDNS providers one with `--annotation-filter=kubernetes.io/ingress.class=nginx-internal`
and one with `--annotation-filter=kubernetes.io/ingress.class=nginx-external`.
### Can external-dns manage(add/remove) records in a hosted zone which is setup in different aws account.
yes, give it the correct cross-account/assume-role permissions and use the `--aws-assume-role` flag https://github.com/kubernetes-incubator/external-dns/pull/524#issue-181256561
### how do I provide multiple values to the annotation `external-dns.alpha.kubernetes.io/hostname`
separate them by `,`