-
Notifications
You must be signed in to change notification settings - Fork 430
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
base: main
Are you sure you want to change the base?
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. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: CourtCourt521 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
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: 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. |
- What I did
Removed all code and related alerts for the Image Registry Workaround 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