USHIFT-7408: Add kernel-modules-extra dependency for RHEL 10 - #7069
Conversation
|
@pacevedom: This pull request references USHIFT-7408 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. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
WalkthroughThe RPM specification now unconditionally requires ChangesRPM dependency update
Estimated code review effort: 1 (Trivial) | ~2 minutes 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 |
|
Caution Review failedAn error occurred during the review process. Please try again later. ✨ 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 |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
WalkthroughThe RPM spec now conditionally requires ChangesRPM dependency
Estimated code review effort: 1 (Trivial) | ~3 minutes 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 |
RHEL 10.2 kernel 6.12.0-211.34.1 moved iptables compat modules
(nft_compat, xt_CT) from kernel-modules-core to kernel-modules-extra.
Without these modules, both ovnkube-master and kubelet fail to create
iptables rules, preventing MicroShift from starting.
Add an unconditional Requires on kernel-modules-extra. The dependency
cannot be gated on %{rhel} >= 10 because the RPM is built on el9 but
cross-installed on el10. On RHEL 9 this is a no-op since the modules
are already in kernel-modules-core.
f249f2f to
fed91fa
Compare
|
@pacevedom: 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 CI |
|
@pacevedom: 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. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: pacevedom, pmtk 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 |
|
/cherrypick release-4.22 |
|
@agullon: new pull request created: #7115 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. |
RHEL 10.2 kernel 6.12.0-211.34.1 moved iptables compat modules (nft_compat, xt_CT) from kernel-modules-core to kernel-modules-extra. Without these modules, both ovnkube-master and kubelet fail to create iptables rules, preventing MicroShift from starting.
Add an explicit Requires on kernel-modules-extra gated on RHEL 10+ to ensure the correct package is always installed. RHEL 9 is unaffected as the modules remain in kernel-modules-core there.
Summary by CodeRabbit