mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-06 01:26:59 +02:00
Update docs/sources/service.md
Co-authored-by: Michel Loiseleur <97035654+mloiseleur@users.noreply.github.com>
This commit is contained in:
parent
caaf22e60d
commit
9c42a63714
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user