You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The way the Policy class is implemented, it will silently drop the entire range of endpoints to update without any notification on what or
why it does this.
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: