Allow configuring TXT registry to only generate the "new" format of TXT records #4636
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
What would you like to be added:
Currently when using the TXT registry, two TXT records (old + new format) are being created for every record the external-dns creates:
external-dns/registry/txt.go
Lines 212 to 242 in c45d0de
I would like to propose a flag (or some other way) to configure the TXT registry to only use the new format.
Why is this needed:
I am trying to use external-dns to manage DNS records at scale and am running into cloud provider limits, e.g. by default Azure public DNS Zones allow for a maximum of 10,000 record sets. This quota can be increased, but if external-dns can be configured so that the TXT registry only creates one additional record, this would be a massive improvement for my use-case.
The text was updated successfully, but these errors were encountered: