Log when upsert or create ignores a command #4815
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
lifecycle/rotten
Denotes an issue or PR that has aged beyond stale and will be auto-closed.
What would you like to be added:
The way the
Policy
class is implemented, it will silently drop the entire range of endpoints to update without any notification on what orwhy it does this.
e.g. here the list of Deletes are just dropped:
external-dns/plan/policy.go
Lines 44 to 48 in 59b2438
Please add a log that reports which entries are ignored in
external-dns/plan/policy.go
Line 44 in 59b2438
external-dns/plan/policy.go
Line 56 in 59b2438
Why is this needed:
external-dns is too much of a blackbox that just does its own thing and hard to tell why.
The text was updated successfully, but these errors were encountered: