-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
🐛 update TopologyReconciled condition on cluster deletion #8422
Conversation
Hi @cahillsf. 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. 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/test-infra repository. |
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.
/ok-to-test
Thanks for this @cahillsf! Once you think this is ready can you move it out of draft and I'll review |
sounds good, thanks @killianmuldoon. Do you think this current fix does what's required? I believe it should address the behavior described and If you agree, then I will add a test and move it out of draft. |
I think you're right that marking as False with Severity Info and the reason being the cluster being deleted is the correct condition in this case. |
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.
Overall LGTM.
There are lint issues in this PR.
The linter job has not been triggered for this PR as it needs approval from a maintainer to trigger it, @killianmuldoon can you approve the job?
In the mean time @cahillsf, you can run make lint
locally and fix the reported issues.
LGTM pending lint fix.
@ykakarap 👋 seems the lint check has run and passed without further intervention this time around |
Thank you! /lgtm |
LGTM label has been added. Git tree hash: e20f57780b386baf684db856a487208a9fb4b5da
|
/hold can you squash commits? |
/lgtm |
/hold cancel |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: vincepri The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
hey @vincepri 👋 thanks for taking a look --
this looks to be resolved Also seeing |
One of the maintainers will have to approve the job. @sbueringer, can you help with this? |
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.
/area clusterclass
What this PR does / why we need it:
Sets
TopologyReconciled
status condition toFalse
on cluster deletionWhich issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #7926