-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Log when upsert or create ignores a command #4815
Comments
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close not-planned |
@k8s-triage-robot: Closing this issue, marking it as "Not Planned". In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
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: