From fa1fbb56d8924ec80b29cbff61f55d1e66a8cb2e Mon Sep 17 00:00:00 2001 From: Jan Safranek Date: Tue, 23 Jun 2026 16:10:19 +0200 Subject: [PATCH] Graduate SELinuxMount to GA Kubernetes-commit: 8ad339756cdb0a130ff9b60427785d6b09906ccd --- applyconfigurations/core/v1/podsecuritycontext.go | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/applyconfigurations/core/v1/podsecuritycontext.go b/applyconfigurations/core/v1/podsecuritycontext.go index a6f1629ed..951ced04b 100644 --- a/applyconfigurations/core/v1/podsecuritycontext.go +++ b/applyconfigurations/core/v1/podsecuritycontext.go @@ -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. //