Ivan Ka
Ivan Ka
Any chance to re-run smoke tests, just with bit more fixtures https://github.com/kubernetes-sigs/external-dns/pull/5459#issuecomment-2907762199 not 1 but 10-20 at least. Maybe worth to review function and variables names, rest seems ok to...
/label tide/merge-method-squash
Check out this new issue I created detailing all the known TXT registry bugs: https://github.com/kubernetes-sigs/external-dns/issues/5465. It's worth a look – you might spot something interesting to tackle. Just a heads-up,...
The root cause of a TXT registry record existing without a corresponding DNS record is clearly an external factor, such as a user deletion (described in the issue). Another tool...
Probably worth to create an environment with ~ 1 000 000 records and share the memory consumption.
This pull request will likely need to adopt an approach similar to AWS's, with enable/disable caching. If caching is enabled, we'd expect to see fewer API calls, but with a...
Would be great to see actual reduce of API requets. Here is an example I did for AWS pull zones with tags in batchess - https://github.com/kubernetes-sigs/external-dns/pull/5058/files#diff-9f91016006712e3748e634b63c1babae4614850350719699a2c8f710534560e4 - https://github.com/kubernetes-sigs/external-dns/pull/5092/files#diff-07333611519143a3ed08cce10995a16e20c9ce241127e6b83e3e152425eca54a before (169...
Was this code tested against cloudflare? Change does look riskie without testing.
Any chance you share a bit more examples with desired matchers & validators ?