You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Graduate the feature to beta, by:
- Allowing `subPath`/`subPathExpr` for image volumes
- Modifying the CRI to pass down the (resolved) sub path
- Adding metrics which are outlined in the KEP
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
Copy file name to clipboardExpand all lines: pkg/apis/core/types.go
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -220,7 +220,6 @@ type VolumeSource struct {
220
220
// The types of objects that may be mounted by this volume are defined by the container runtime implementation on a host machine and at minimum must include all valid types supported by the container image field.
221
221
// The OCI object gets mounted in a single directory (spec.containers[*].volumeMounts.mountPath) by merging the manifest layers in the same way as for container images.
222
222
// The volume will be mounted read-only (ro) and non-executable files (noexec).
223
-
// Sub path mounts for containers are not supported (spec.containers[*].volumeMounts.subpath).
224
223
// The field spec.securityContext.fsGroupChangePolicy has no effect on this volume type.
0 commit comments