Graduate SELinuxMount to GA

Kubernetes-commit: 8ad339756cdb0a130ff9b60427785d6b09906ccd
This commit is contained in:
Jan Safranek
2026-06-23 16:10:19 +02:00
committed by Kubernetes Publisher
parent c6c26a06ef
commit fa1fbb56d8

View File

@@ -121,11 +121,8 @@ type PodSecurityContextApplyConfiguration struct {
// Eligible volumes are in-tree FibreChannel and iSCSI volumes, and all CSI volumes
// whose CSI driver announces SELinux support by setting spec.seLinuxMount: true in their
// CSIDriver instance. Other volumes are always re-labelled recursively.
// "MountOption" value is allowed only when SELinuxMount feature gate is enabled.
//
// If not specified and SELinuxMount feature gate is enabled, "MountOption" is used.
// If not specified and SELinuxMount feature gate is disabled, "MountOption" is used for ReadWriteOncePod volumes
// and "Recursive" for all other volumes.
// If not specified, "MountOption" is used.
//
// This field affects only Pods that have SELinux label set, either in PodSecurityContext or in SecurityContext of all containers.
//