Merge pull request #126281 from saschagrunert/oci-volume-docs

[KEP-4639] Mention that `fsGroupChangePolicy` has no effect
This commit is contained in:
Kubernetes Prow Robot
2024-07-23 14:40:14 -07:00
committed by GitHub
9 changed files with 10 additions and 7 deletions

View File

@@ -197,6 +197,7 @@ type VolumeSource struct {
// 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.
// The volume will be mounted read-only (ro) and non-executable files (noexec).
// Sub path mounts for containers are not supported (spec.containers[*].volumeMounts.subpath).
// The field spec.securityContext.fsGroupChangePolicy has no effect on this volume type.
// +featureGate=ImageVolume
// +optional
Image *ImageVolumeSource