---domain-filter=external-dns-test.my-org.com# will make ExternalDNS see only the zones matching provided domain; omit to process all available zones in PowerDNS
---log-level=debug
---interval=30s
```
#### Domain Filter (--domain-filter)
When the domain-filter argument is specified, external-dns will automatically create DNS records based on host names specified in ingress objects and services with the external-dns annotation that match the domain-filter argument in the external-dns deployment manifest.
eg. ```--domain-filter=example.org``` will allow for zone `example.org` and any zones in PowerDNS that ends in `.example.org`, including `an.example.org`, ie. the subdomains of example.org.
eg. ```--domain-filter=.example.org``` will allow *only* zones that end in `.example.org`, ie. the subdomains of example.org but not the `example.org` zone itself.
## RBAC
If your cluster is RBAC enabled, you also need to setup the following, before you can run external-dns: