-
Notifications
You must be signed in to change notification settings - Fork 426
OCPBUGS-56211: Boot Image Controller should not degrade when golden configmap is slow to update #5051
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
base: main
Are you sure you want to change the base?
Conversation
@djoshy: This pull request references Jira Issue OCPBUGS-56211, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. 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 openshift-eng/jira-lifecycle-plugin repository. |
/jira refresh |
@djoshy: This pull request references Jira Issue OCPBUGS-56211, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
Requesting review from QA contact: 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 openshift-eng/jira-lifecycle-plugin repository. |
@djoshy: The following tests failed, say
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-sigs/prow repository. I understand the commands that are listed here. |
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
Any issues that arise from this should be degrading elsewhere as we discussed, so I think there's no scenario where this failure would specifically be helpful for the user.
/hold
for pre-merge qe verification, if necessary
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: djoshy, yuqi-zhang 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 |
Chatted on slack with @ptalgulk01 , Given that this is not easy to test, we will skip premerge QE. Going to run payloads for extra safety: /payload-job periodic-ci-openshift-release-master-ci-4.20-e2e-aws-ovn-serial periodic-ci-openshift-release-master-ci-4.20-e2e-gcp-ovn-serial |
@djoshy: trigger 1 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/818d3cc0-3243-11f0-9c19-beaf7395377b-0 |
/payload-job periodic-ci-openshift-release-master-ci-4.20-e2e-aws-ovn-serial periodic-ci-openshift-release-master-ci-4.20-e2e-gcp-ovn-serial |
@djoshy: trigger 1 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/96564840-3243-11f0-9f71-c8ea3ad31035-0 |
/payload-job periodic-ci-openshift-release-master-nightly-4.20-e2e-gcp-ovn-serial |
@djoshy: trigger 1 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/d26000b0-3243-11f0-8fed-e908061c32cf-0 |
/cherry-pick release-4.19 release-4.18 release-4.17 |
@djoshy: once the present PR merges, I will cherry-pick it on top of 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-sigs/prow repository. |
- What I did
I removed the wait loop for the golden configmap stamp in the MSBIC. Instead, the controller will exit the sync and attempt to resync again when the confgimap is updated. This means that the MSBIC will no longer degrade if the master pool takes a while to update, which can be due to myriad of issues, and typically not boot image related.
- How to verify it
Existing e2es should pass. This should not cause any substantial changes in the MSBIC's actual update behavior. The MSBIC should no longer degrade if the golden configmap never gets stamped, but I'm fairly confident we weren't directly testing for this failure mode.