ImageVolumeSource: mention that fsGroupChangePolicy has no effect
A small documentation follow-up based on the review: https://github.com/kubernetes/kubernetes/pull/125660#discussion_r1686859866 Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user