Skip to content

Commit

Permalink
Merge pull request kubernetes#126291 from haircommander/proc-mount-di…
Browse files Browse the repository at this point in the history
…sable

disable ProcMountType by default
  • Loading branch information
k8s-ci-robot authored Jul 23, 2024
2 parents 16c2ad5 + ce13ce5 commit ad80538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/features/kube_features.go
Original file line number Diff line number Diff line change
Expand Up @@ -1139,7 +1139,7 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS

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

ProcMountType: {Default: true, PreRelease: featuregate.Beta},
ProcMountType: {Default: false, PreRelease: featuregate.Beta},

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

Expand Down

0 comments on commit ad80538

Please sign in to comment.