OCPBUGS-111648: crio: drop criu support - #6412
Conversation
|
Pipeline controller notification For optional jobs, comment This repository is configured in: LGTM mode |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository: openshift/coderabbit/.coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (2)
Included review availability: Your plan provides up to 12 included reviews per hour; 11 remain after this review. WalkthroughThe CRI-O master and worker configurations add checkpoint-restore settings with container-level support limited to checkpoint operations. The worker configuration reorders the existing ChangesCRI-O runtime configuration
Estimated code review effort: 1 (Trivial) | ~3 minutes Merge Risk: ⚪ Minimal · up to This localized change updates the worker and master CRI-O templates to drop CRIU support. No actionable merge-blocking risk remains in the supplied evidence, so it is merge-ready after normal checks. Suggested reviewers: 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: haircommander 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 |
|
/cherry-pick release-5.0 |
|
@haircommander: once the present PR merges, I will cherry-pick it on top of 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. |
|
/hold we may take a slightly different approach |
for one, it doesn't work with crun, which has been the default for a while. Also, upstream will be deprecating support And finally, there are some policy and security issues with the current implementation Maintain support for checkpointing as it's an official upstream feature and we have some usage downstream. Restore specifically was bolted on top of kubernetes and was more experimental than a supported feature Signed-off-by: Peter Hunt <pehunt@redhat.com>
58020ed to
d7a245f
Compare
|
@haircommander: This pull request references Jira Issue OCPBUGS-111648, 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. |
|
/unhold |
|
/retest |
|
@haircommander: The following test failed, say
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. |
for one, it doesn't work with crun, which has been the default for a while. Also, upstream will be deprecating support And finally, there are some policy and security issues with the current implementation
Summary by CodeRabbit
crunas the default container runtime for worker nodes.