Support volume type "image" for volume mounting #15488
Labels
area/API
API objects and controllers
kind/feature
Well-understood/specified features, ready for coding.
In what area(s)?
/area API
Describe the feature
Kubernetes 1.31 introduces a new volume type "image" which allows the direct mount of OCI container images into a Pod. According to https://knative.dev/docs/serving/services/storage/ volume mounts are supported in Knative, but the type "image" is missing.
The "image" type should be added to the allow-list for possible types so that this new K8s feature can be used.
KServe would need this for introducing such image mounts for mounting model data stored in OCI images --> kserve/kserve#3908
The text was updated successfully, but these errors were encountered: