NO-ISSUE: Remove feature-set restriction from deletion manifest - #6517
NO-ISSUE: Remove feature-set restriction from deletion manifest#6517chizhang21 wants to merge 1 commit into
Conversation
The CVO only applies manifests whose release.openshift.io/feature-set matches the cluster's active feature set. These deletions were scoped to Default, so they never ran on clusters running a non-Default feature set such as OKD. Stale Service/ServiceMonitor machine-config-operator objects from older clusters were left behind after upgrades, alerting TargetDown forever. Remove the annotation so the deletions apply to all feature sets. Signed-off-by: cz21 <cz21ok@gmail.com>
|
Pipeline controller notification For optional jobs, comment This repository is configured in: LGTM mode |
|
@chizhang21: This pull request explicitly references no jira issue. DetailsIn 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. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository: openshift/coderabbit/.coderabbit.yaml Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (1)
💤 Files with no reviewable changes (1)
Included review availability: Your plan provides up to 2 included reviews per hour; 1 remains after this review. WalkthroughThe deletion manifest removes the ChangesMachine-config deletion manifest
Priority: ➖ Normal Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to The change broadens stale-resource cleanup to all feature sets, with no identified merge-blocking risk. 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
Hi @chizhang21. Thanks for your PR. I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with Regular contributors should join the org to skip this step. Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions 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. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: chizhang21 The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
- What I did
Removed the
release.openshift.io/feature-set: Defaultannotation from the three stale-object deletion entries.- How to verify it
- Description for the changelog
Make the stale-resource deletion manifests apply to every feature set, so upgraded OKD and other non-Default feature-set clusters stop keeping the obsolete machine-config-operator Service/ServiceMonitor, which caused a perpetual TargetDown alert.
Related: okd-project/okd#2303, #5593
Summary by CodeRabbit