From c73e37f377ea16ecde84ebb7559c499038593e5c Mon Sep 17 00:00:00 2001 From: Peter Hunt Date: Fri, 13 Mar 2026 15:20:49 -0400 Subject: [PATCH] proc mount: drop featuregate note on API Signed-off-by: Peter Hunt Kubernetes-commit: 389825754c8d3fe4292c38facc0bbb80ec8efdfd --- applyconfigurations/core/v1/securitycontext.go | 1 - 1 file changed, 1 deletion(-) diff --git a/applyconfigurations/core/v1/securitycontext.go b/applyconfigurations/core/v1/securitycontext.go index aee263523..8147c5476 100644 --- a/applyconfigurations/core/v1/securitycontext.go +++ b/applyconfigurations/core/v1/securitycontext.go @@ -83,7 +83,6 @@ type SecurityContextApplyConfiguration struct { // procMount denotes the type of proc mount to use for the containers. // The default value is Default which uses the container runtime defaults for // readonly paths and masked paths. - // This requires the ProcMountType feature flag to be enabled. // Note that this field cannot be set when spec.os.name is windows. ProcMount *corev1.ProcMountType `json:"procMount,omitempty"` // The seccomp options to use by this container. If seccomp options are