-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[KEP-4639] Graduate image volumes to GA #5450
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
saschagrunert
commented
Jul 15, 2025
- One-line PR description: Graduate the image volume feature as GA for 1.35.
- Issue link: VolumeSource: OCI Artifact and/or Image #4639
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
[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.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@@ -881,8 +883,6 @@ in back-to-back releases. | |||
- Multiple examples of real world uses | |||
- Production support in both CRI-O and containerd | |||
- Allowing time for feedback | |||
- Consider a new `RuntimeConfig` field to indicate to end users if the feature |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we need this, because we would still have runtime versions supporting the feature but not the RuntimeFeatures
field. This would add another level of skew to the whole feature and seems unnecessary complicated.
So readonlysupport will be a separate KEP? |