Skip to content

Commit a8110d7

Browse files
authored
Merge pull request kubernetes#125259 from sohankunkerkar/bump-proc-mount-beta
[KEP-4265] promote ProcMountType feature gate to beta
2 parents 8ba158c + d9a8426 commit a8110d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/features/kube_features.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,6 +627,7 @@ const (
627627

628628
// owner: @jessfraz
629629
// alpha: v1.12
630+
// beta: v1.31
630631
//
631632
// Enables control over ProcMountType for containers.
632633
ProcMountType featuregate.Feature = "ProcMountType"
@@ -1133,7 +1134,7 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
11331134

11341135
PortForwardWebsockets: {Default: true, PreRelease: featuregate.Beta},
11351136

1136-
ProcMountType: {Default: false, PreRelease: featuregate.Alpha},
1137+
ProcMountType: {Default: true, PreRelease: featuregate.Beta},
11371138

11381139
QOSReserved: {Default: false, PreRelease: featuregate.Alpha},
11391140

0 commit comments

Comments
 (0)