Migrate CRI-O annotations to v2 format - #5335
Conversation
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
|
Pipeline controller notification For optional jobs, comment This repository is configured in: automatic mode |
📝 WalkthroughWalkthroughChangesNested Podman device configuration
Estimated code review effort: 1 (Trivial) | ~5 minutes 🚥 Pre-merge checks | ✅ 17✅ Passed checks (17 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: saschagrunert 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 |
|
/retest |
1 similar comment
|
/retest |
|
@saschagrunert: 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. |
CRI-O migrated its annotations from v1 (
io.kubernetes.cri-o.*) to v2 (*.crio.io) in December 2025. The old format is deprecated.This updates the
io.kubernetes.cri-o.Devicesannotation to its v2 equivalentdevices.crio.ioin the pod utility code and related test fixtures.Tracking: cri-o/cri-o#10194