Skip to content

Commit ad80538

Browse files
authored
Merge pull request kubernetes#126291 from haircommander/proc-mount-disable
disable ProcMountType by default
2 parents 16c2ad5 + ce13ce5 commit ad80538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/features/kube_features.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1139,7 +1139,7 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
11391139

11401140
PortForwardWebsockets: {Default: true, PreRelease: featuregate.Beta},
11411141

1142-
ProcMountType: {Default: true, PreRelease: featuregate.Beta},
1142+
ProcMountType: {Default: false, PreRelease: featuregate.Beta},
11431143

11441144
QOSReserved: {Default: false, PreRelease: featuregate.Alpha},
11451145

0 commit comments

Comments
 (0)