Migrate CRI-O annotations to v2 format - #6342
Conversation
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
|
Pipeline controller notification For optional jobs, comment This repository is configured in: LGTM mode |
WalkthroughUpdated CRI-O annotation allowlists in arbiter, master, and worker container runtime templates, replacing legacy ChangesCRI-O annotation allowlists
Estimated code review effort: 2 (Simple) | ~10 minutes 🚥 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: saschagrunert 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 |
|
/retest |
|
@saschagrunert: 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. |
|
/hold Holding to allow the Kube rebase to land in #6321. Please ensure this will not cause merge conflicts for the Kube rebase before unholding this PR. |
- What I did
Migrated deprecated CRI-O v1 annotations (
io.kubernetes.cri-o.*) to v2 format (*.crio.io) in the crio.yaml templates for master, worker, and arbiter roles:io.kubernetes.cri-o.Devices->devices.crio.ioio.kubernetes.cri-o.LinkLogs->link-logs.crio.ioio.kubernetes.cri-o.userns-mode->userns-mode.crio.ioPart of: cri-o/cri-o#10194
- How to verify it
Check that the crio.yaml templates use the new v2 annotation format.
- Description for the changelog
Migrate CRI-O annotations from deprecated v1 (
io.kubernetes.cri-o.*) to v2 (*.crio.io) format.