mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-15 14:14:39 +00:00
disable ProcMountType by default
to follow suite of UserNamespacesSupport, which it relies on Signed-off-by: Peter Hunt <pehunt@redhat.com>
This commit is contained in:
@@ -1141,7 +1141,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},
|
||||
|
||||
|
Reference in New Issue
Block a user