OCPBUGS-88325: fix(cpo) delete terminated MCD pods to retry in-place upgrades - #8729
Conversation
|
Pipeline controller notification For optional jobs, comment This repository is configured in: LGTM mode |
|
@PoornimaSingour: This pull request references Jira Issue OCPBUGS-88325, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. 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. |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Enterprise Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ 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 |
|
/jira refresh |
|
@PoornimaSingour: This pull request references Jira Issue OCPBUGS-88325, which is invalid:
Comment 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. |
0f1134e to
85f4d19
Compare
…upgrades When an in-place upgrade MCD pod reaches a terminal phase (Succeeded or Failed) on a node that still needs upgrading, the pod is now detected and deleted so the controller can recreate it for a retry. A periodic requeue (30s) ensures the controller re-evaluates even if the pod deletion event is missed. Also uses supportutil.DeleteIfNeeded from support/util (the k8sutil package does not exist on release-4.22) and includes node.Name in the degraded-node error message for easier debugging. Co-Authored-By: Poornima Singour <psingour@redhat.com>
85f4d19 to
461f832
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## release-4.22 #8729 +/- ##
================================================
+ Coverage 35.45% 35.51% +0.06%
================================================
Files 767 767
Lines 93724 93724
================================================
+ Hits 33226 33289 +63
+ Misses 57785 57706 -79
- Partials 2713 2729 +16
🚀 New features to boost your workflow:
|
|
/jira refresh |
|
@jparrill: This pull request references Jira Issue OCPBUGS-88325, which is invalid:
Comment 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. |
|
/jira refresh |
|
@jparrill: This pull request references Jira Issue OCPBUGS-88325, which is invalid:
Comment 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. |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jparrill, PoornimaSingour The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
You need to update the release note in the Jira bug |
|
/lgtm |
|
Scheduling tests matching the |
|
/retest |
|
/verified by me
|
|
@PoornimaSingour: 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. |
|
/jira refresh |
|
@PoornimaSingour: This pull request references Jira Issue OCPBUGS-88325, which is valid. 7 validation(s) were run on this bug
No GitHub users were found matching the public email listed for the QA contact in Jira (dhuynh@redhat.com), skipping review request. 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. |
|
@PoornimaSingour: 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. |
115431c
into
openshift:release-4.22
|
@PoornimaSingour: Jira Issue Verification Checks: Jira Issue OCPBUGS-88325 Jira Issue OCPBUGS-88325 has been moved to the MODIFIED state and will move to the VERIFIED state when the change is available in an accepted nightly payload. 🕓 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. |
|
Fix included in release 4.22.0-0.nightly-2026-07-01-084657 |
Backport of #8434 to release-4.22.
Cherry-pick of 3e8737e and 9092cca.