TRT-2776: Revert #1398 "install: Split multi-document YAML and add missing annotations"#1420
Conversation
|
@redhat-chai-bot: This pull request references TRT-2776 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 bug to target the "5.0.0" version, but no target version was set. 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. |
WalkthroughThis PR deletes all install manifests for the cluster-update-console-plugin component (namespace, serviceaccount, networkpolicy, configmap, deployment, service, consoleplugin) and its image-references entry. render_test.go is updated to remove the associated image override and stop skipping image-references during manifest validation. ChangesConsole Plugin Manifest Removal
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
/override ci/prow/e2e-agnostic-ovn-techpreview-serial-3of3 |
|
@sosiouxme: The label(s) 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 kubernetes-sigs/prow repository. |
|
@sosiouxme: Overrode contexts on behalf of sosiouxme: ci/prow/e2e-agnostic-ovn-techpreview-serial-3of3 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 kubernetes-sigs/prow repository. |
|
@redhat-chai-bot: all tests passed! Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
|
/verified by e2e-aws-ovn-techpreview |
|
@sosiouxme: This PR has been marked as verified by 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. |
|
/label approved |
|
/label lgtm |
|
@sosiouxme: The label(s) 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 kubernetes-sigs/prow repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: redhat-chai-bot, sosiouxme 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 |
|
/label approved |
Reverts #1398 ; tracked by TRT-2776
Per OpenShift policy, we are reverting this breaking change to get CI and/or nightly payloads flowing again.
This PR introduces a
cluster-update-console-plugindeployment gated byTechPreviewNoUpgrade. Two failure mechanisms:The container image (built from
ubi9/nginx-120:latest) is missing thenginxbinary on RHEL 10, causingCreateContainerError,ProgressDeadlineExceeded, and CVOFailing=Trueon all TechPreview jobs (AWS, Azure, GCP, vSphere, metal).The new manifest uses
{{index .Images "cluster-update-console-plugin"}}, but.Imagesdoes not exist in the 4.22 CVO'spayload.manifestRenderConfigtype. This causesReleaseAccepted=False(reason:LoadPayload) and blocks all 4.22→5.0 major upgrades.This is causing 7 of 9 blocking job failures on 5.0 nightly payloads. Rejection streak: 8 payloads since baseline (5.0.0-0.nightly-2026-07-05-172708, 69h ago).
AI payload analysis report
To unrevert this, revert this PR, and layer an additional separate commit on top that addresses the problem. Before merging the unrevert, please run these jobs on the PR and check the result of these jobs to confirm the fix has corrected the problem:
CC: @jhadvig