-
Notifications
You must be signed in to change notification settings - Fork 768
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
sync podCondition when probe message of probeStates changed #1479
sync podCondition when probe message of probeStates changed #1479
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1479 +/- ##
==========================================
+ Coverage 48.30% 48.40% +0.09%
==========================================
Files 154 157 +3
Lines 21667 22440 +773
==========================================
+ Hits 10467 10862 +395
- Misses 10048 10387 +339
- Partials 1152 1191 +39
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
c1d439f
to
b41a89a
Compare
62b41f4
to
b66bc55
Compare
b66bc55
to
6a1f618
Compare
Signed-off-by: ChrisLiu <chrisliu1995@163.com>
6a1f618
to
286f4c2
Compare
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: zmberg 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 |
Signed-off-by: ChrisLiu <chrisliu1995@163.com>
Ⅰ. Describe what this PR does
When the message corresponding to the probeStates of NodePodProbe changes, the pod Condition cannot obtain the latest message because the state remains unchanged.
Therefore, the pod Condition should also be updated when the probe message changed.
Ⅱ. Does this pull request fix one issue?
Ⅲ. Describe how to verify it
Ⅳ. Special notes for reviews