We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8ba158c + d9a8426 commit a8110d7Copy full SHA for a8110d7
pkg/features/kube_features.go
@@ -627,6 +627,7 @@ const (
627
628
// owner: @jessfraz
629
// alpha: v1.12
630
+ // beta: v1.31
631
//
632
// Enables control over ProcMountType for containers.
633
ProcMountType featuregate.Feature = "ProcMountType"
@@ -1133,7 +1134,7 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
1133
1134
1135
PortForwardWebsockets: {Default: true, PreRelease: featuregate.Beta},
1136
- ProcMountType: {Default: false, PreRelease: featuregate.Alpha},
1137
+ ProcMountType: {Default: true, PreRelease: featuregate.Beta},
1138
1139
QOSReserved: {Default: false, PreRelease: featuregate.Alpha},
1140
0 commit comments