-
Notifications
You must be signed in to change notification settings - Fork 2.8k
fix: ovh: correct handling of records deletion #5450
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
Conversation
Signed-off-by: Romain Beuque <[email protected]>
|
Hi @rbeuque74. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions 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. |
|
Sorry for the bug introduction, my external-dns setup was not correct, and the deletion process was not done during my tests (policy was upsert-only :/) |
|
/ok-to-test |
|
/ok-to-test |
Thanks @rbeuque74 for the work! Yes, put it on my (sadly too long) TODO list. Will keep you posted! |
|
@mloiseleur can confirm it works based on the following non-exhaustive test:
/lgtm |
ivankatliarchuk
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ivankatliarchuk The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
* master: test(source): fix flaky test (kubernetes-sigs#5514) chore(source/node): added resouce labels for nodes (kubernetes-sigs#5509) chore(deps): bump the dev-dependencies group across 1 directory with 14 updates (kubernetes-sigs#5511) fix(ovh): correct handling of records deletion (kubernetes-sigs#5450)
What does it do ?
Fixing OVH provider latest release
Motivation
Report from #5407
More