From 67df440b360b8987fccba661394c7dbb90f8f16a Mon Sep 17 00:00:00 2001 From: Martin Linkhorst Date: Wed, 23 Jan 2019 14:52:26 +0100 Subject: [PATCH] Add questions from slack to the faq --- docs/faq.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/faq.md b/docs/faq.md index 447cf561d..bcd2240f0 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -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 `,`