-
Notifications
You must be signed in to change notification settings - Fork 435
MCO-1282: Remove all code related to the Image Registry workaround Config Map #5093
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
MCO-1282: Remove all code related to the Image Registry workaround Config Map #5093
Conversation
@CourtCourt521: This pull request references MCO-1282 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.20.0" version, but no target version was set. 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. |
Skipping CI for Draft Pull Request. |
TESTING// Before applying imagecontent and workaround
// Apply imagecontentsourcepolicy
// Apply override config map
// Remove imagecontentsource policy and we should still see it reboot
// See that the override configmap is still present
|
// MCODrainOverrideConfigMapAlert alert is removed and can no longer fire. cruhm@cruhm-thinkpadp16vgen1:~/frr/jshivers/frr$ oc get configmap prometheus-k8s-rulefiles-0 -o yaml | grep MCODrainOverrideConfigMapAlert cruhm@cruhm-thinkpadp16vgen1:~/frr/jshivers/frr$ |
@CourtCourt521: This pull request references MCO-1282 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.20.0" version, but no target version was set. 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. |
@CourtCourt521: This pull request references MCO-1282 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.20.0" version, but no target version was set. 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. |
@CourtCourt521: This pull request references MCO-1282 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.20.0" version, but no target version was set. 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. |
@CourtCourt521: This pull request references MCO-1282 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.20.0" version, but no target version was set. 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. |
@CourtCourt521: This pull request references MCO-1282 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.20.0" version, but no target version was set. 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. |
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.
Generally seems fine to me. There is an argument to add in some more information, either:
- change the alert in 4.19 to explicitly say it will be removed in 4.20
- add an admin ack
- remove the alert but make the existence of the configmap a fatal failure
But I feel like since this was only a "support-exception" backdoor, it's probably fine to remove and let the user figure it out?
/lgtm
/hold
for qe verification if needed
Also needs a rebase |
0d80248
to
32f9767
Compare
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: CourtCourt521, 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 |
/unhold Discussed with @sergiordlr , no pre merge testing is required |
/retest-required |
@CourtCourt521: 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. |
2499d89
into
openshift:main
[ART PR BUILD NOTIFIER] Distgit: ose-machine-config-operator |
- What I did
Removed all code and related alerts for the Image Registry Workaround (PR#4514 and PR#4139) due to NodeDisruptionPolicy going GA.
- How to verify it
// Apply imagecontentsourcepolicy
// Apply override config map
// Wait for the initial MCP rollover to finish. Check to make sure that the MCODrainOverrideConfigMapAlert exists and no longer fires
// Delete the ImageContentSourcePolicy. You should see the MCP rollover again even with the override file present.
- Description for the changelog
Remove all code related to the Image Registry workaround Config Map