-
Notifications
You must be signed in to change notification settings - Fork 919
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 the error of cluster status old condition update will overwrite the newest condition #5227
fix the error of cluster status old condition update will overwrite the newest condition #5227
Conversation
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #5227 +/- ##
==========================================
- Coverage 29.67% 29.66% -0.01%
==========================================
Files 632 632
Lines 43901 43915 +14
==========================================
+ Hits 13027 13029 +2
- Misses 29931 29939 +8
- Partials 943 947 +4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
e64c533
to
2f39909
Compare
/retest |
35f6dca
to
5a0d116
Compare
5a0d116
to
a161fb7
Compare
/retest |
a161fb7
to
74d8746
Compare
/retest |
74d8746
to
204efae
Compare
/retest |
37988be
to
626ae87
Compare
/hold |
Signed-off-by: changzhen <[email protected]>
626ae87
to
b59761e
Compare
/hold cancel |
/assign @RainbowMango |
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: RainbowMango 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 |
…k-of-#5227-upstream-release-1.9 Automated cherry pick of #5227: fix error of when cluster status condition update
…k-of-#5227-upstream-release-1.10 Automated cherry pick of #5227: fix error of when cluster status condition update
What type of PR is this?
/kind bug
/kind failing-test
What this PR does / why we need it:
During the cluster status update, due to the presence of an old Condition in the previous Cluster status, this Condition is incorrectly updated to the Cluster object during the status refresh. The expected Cluster status conditions should no longer include the old condition.
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?: