diff --git a/docs/sources/service.md b/docs/sources/service.md index a2348a4b8..ec39aa7fa 100644 --- a/docs/sources/service.md +++ b/docs/sources/service.md @@ -115,5 +115,5 @@ external-dns ... --managed-record-types=A --managed-record-types=CNAME --managed ## Endpoints Reconciliation -By default, ExternalDNS does not watch for endpoint changes and does not automatically reconcile DNS records as the endpoints, as matched by the Service's selector, change. +By default, ExternalDNS does not watch for endpoint changes and does not automatically reconcile DNS records as the endpoints, as matched by the Service's selector. To enable reconcile on endpoints changes, you must specify the `--listen-endpoint-events` flag. However, be aware that this may increase the number of reconciliations performed by the controller, and the number of requests to the DNS provider.