Migrate CRI-O annotations to v2 format - #9118
Conversation
|
Pipeline controller notification For optional jobs, comment This repository is configured in: LGTM mode |
📝 WalkthroughWalkthroughThe CRI-O runtime recipe documentation updates the Suggested reviewers: 🚥 Pre-merge checks | ✅ 11✅ Passed checks (11 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 |
CRI-O migrated its annotations from v1 (io.kubernetes.cri-o.*) to v2 (*.crio.io). Update the allowed_annotations in docs to use the new format. Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
051cdce to
3c07f58
Compare
|
@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. |
What this PR does / why we need it:
CRI-O migrated its annotations from v1 (
io.kubernetes.cri-o.*) to v2 (*.crio.io). This updates the allowed_annotations in docs to use the new format.Which issue(s) this PR fixes:
Ref cri-o/cri-o#10194
Special notes for your reviewer:
The old v1 annotations are deprecated and will be removed in a future CRI-O release.
Checklist: