-
Notifications
You must be signed in to change notification settings - Fork 98
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
OCPBUGS-499: fix: order conditions by type to limit un-needed updates #667
OCPBUGS-499: fix: order conditions by type to limit un-needed updates #667
Conversation
Signed-off-by: ehila <[email protected]>
/retest-required |
Hi @eggfoobar thanks for your PR. I was looking at the related JIRA issue and it didn't tell me much. Can you elaborate please a little bit more why these conditions need to be sorted? |
Hey @tremes absolutely! The issue we saw was some extra activity updating the |
Went ahead and created the bug for this as well, https://issues.redhat.com/browse/OCPBUGS-499 |
Thanks. Please change the title of the PR to |
@eggfoobar: This pull request references [Jira Issue OCPBUGS-499](https://issues.redhat.com//browse/OCPBUGS-499), which is invalid:
Comment In response to this:
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. |
/jira refresh |
@eggfoobar: This pull request references [Jira Issue OCPBUGS-499](https://issues.redhat.com//browse/OCPBUGS-499), which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
In response to this:
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. |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: eggfoobar, tremes 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 |
@eggfoobar: all tests passed! Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
@eggfoobar: All pull requests linked via external trackers have merged: [Jira Issue OCPBUGS-499](https://issues.redhat.com//browse/OCPBUGS-499) has been moved to the MODIFIED state. In response to this:
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. |
Signed-off-by: ehila <[email protected]> Signed-off-by: ehila <[email protected]>
…enshift#667) Signed-off-by: ehila <[email protected]> Signed-off-by: ehila <[email protected]>
Signed-off-by: ehila <[email protected]> Signed-off-by: ehila <[email protected]>
…steroperator co… (#718) * OCPBUGS-5349: do not periodically update Available clusteroperator co… (#709) * OCPBUGS-5347: do not periodically update Available clusteroperator condition in disabled state * Make sure the conditions time are correct * fix: order conditions by type to limit un-needed updates (#667) Signed-off-by: ehila <[email protected]> Signed-off-by: ehila <[email protected]> Signed-off-by: ehila <[email protected]> Co-authored-by: E Hila <[email protected]>
Signed-off-by: ehila [email protected]
Sorts the conditions array to avoid un-needed updates cluster operator status field
Categories
Sample Archive
N/A
Documentation
N/A
Unit Tests
pkg/controller/status/conditions_test.go
Privacy
N/A
Changelog
N/A
Breaking Changes
No
References
https://issues.redhat.com/browse/TRT-481