-
Notifications
You must be signed in to change notification settings - Fork 497
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
Fix health check library predicate & LastTransitionTime #2307
Fix health check library predicate & LastTransitionTime #2307
Conversation
If it is a bug which you want to cherry-pick on extension, then don't rebase it on PR which is not merged in g/g. |
@ialidzhikov it is not based on this PR I was mentioning in the description. It was only a hint for reviewers that, if the mentioned PR is merged, this PR has to be rebased. I removed the comment as I see it is confusing. |
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.
Looks OK overall, but I didn't play with it. One question about the error handling.
/kind/bug |
ed1a6a1
to
1677870
Compare
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
What this PR does / why we need it:
There was a regression introduced with my previous PR not discover during testing.
This leads to too many reconciles when the Extension.status is updated.
Also fixes the health check condition LastTransition time.
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Release note: