Update docs/sources/service.md

Co-authored-by: Michel Loiseleur <97035654+mloiseleur@users.noreply.github.com>
This commit is contained in:
Dan Markhasin 2025-02-18 19:36:01 +02:00 committed by GitHub
parent caaf22e60d
commit 9c42a63714
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.