diff --git a/docs/faq.md b/docs/faq.md index 6153d9b83..5baf2bd12 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -259,6 +259,9 @@ an instance of a ingress controller. Let's assume you have two ingress controlle then you can start two ExternalDNS providers one with `--annotation-filter=kubernetes.io/ingress.class in (nginx-internal)` and one with `--annotation-filter=kubernetes.io/ingress.class in (nginx-external)`. +If you need to search for multiple values of said annotation, you can provide a comma separated list, like so: +`--annotation-filter=kubernetes.io/ingress.class in (nginx-internal, alb-ingress-internal)`. + Beware when using multiple sources, e.g. `--source=service --source=ingress`, `--annotation-filter` will filter every given source objects. If you need to filter only one specific source you have to run a separated external dns service containing only the wanted `--source` and `--annotation-filter`.