OCPBUGS-83862: Raise minor_min to 4.20.25 and add conditional update risk for 4.21.0-25#10047
OCPBUGS-83862: Raise minor_min to 4.20.25 and add conditional update risk for 4.21.0-25#10047shahsahil264 wants to merge 2 commits into
Conversation
….21.0-25 Warn clusters with KubeletConfigs upgrading from 4.20.24 or earlier to any existing 4.21.z that auto-sizing-disabled MachineConfigs may override KubeletConfig autosizing settings on custom MachineConfigPool nodes. Uses PromQL matching on apiserver_storage_objects to scope the risk to clusters that have KubeletConfigs, per Trevor's recommendation. The fix (openshift/machine-config-operator#5885) shipped in 4.20.25. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]> Signed-off-by: Sahil Shah <[email protected]>
|
@shahsahil264: This pull request references Jira Issue OCPBUGS-83862, 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. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: shahsahil264 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 |
|
Important Review skippedAuto reviews are disabled on this repository. 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)
Comment |
|
@shahsahil264: 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. |
|
/assign @wking |
| @@ -1,5 +1,5 @@ | |||
| default: | |||
| minor_min: 4.20.15 | |||
| minor_min: 4.20.25 | |||
There was a problem hiding this comment.
Poking into the implementation, I don't think 4.20.25 is sufficient, and I've reported the issue as OCPBUGS-99650 . I don't think we should be raising the floor until we know when it's actually fixed. And given the low impact rate and the number of clusters who would be updated by a floor-raise, it might be too late in the 4.20.z lifecycle to declare at all?
Summary
Combined PR: raises
minor_minfrom 4.20.15 to 4.20.25 for future 4.21.z builds, and adds conditional update risk for all existing 4.21.z GA releases (4.21.0 through 4.21.25).Cherry-picks the build-suggestions change from #9494 (by @aksjadha) and adds the companion blocked-edge files requested by @sdodson and @wking.
Replaces #9494 and #10046.
Bug
OCPBUGS-83862: During upgrade from pre-4.20.25,
auto-sizing-disabledMachineConfigs override KubeletConfig autosizing settings on custom MachineConfigPool nodes. Fixed in 4.20.25 via openshift/machine-config-operator#5885.Risk details
^4[.]20[.](1?[0-9]|2[0-4])[+].*$— matches 4.20.0 through 4.20.24apiserver_storage_objects(per Trevor's recommendation — 26k clusters without KubeletConfigs won't see the warning)