mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-09 08:55:55 -04:00
Merge pull request #125259 from sohankunkerkar/bump-proc-mount-beta
[KEP-4265] promote ProcMountType feature gate to beta
This commit is contained in:
commit
a8110d7174
1 changed files with 2 additions and 1 deletions
|
|
@ -627,6 +627,7 @@ const (
|
|||
|
||||
// owner: @jessfraz
|
||||
// alpha: v1.12
|
||||
// beta: v1.31
|
||||
//
|
||||
// Enables control over ProcMountType for containers.
|
||||
ProcMountType featuregate.Feature = "ProcMountType"
|
||||
|
|
@ -1133,7 +1134,7 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
|
|||
|
||||
PortForwardWebsockets: {Default: true, PreRelease: featuregate.Beta},
|
||||
|
||||
ProcMountType: {Default: false, PreRelease: featuregate.Alpha},
|
||||
ProcMountType: {Default: true, PreRelease: featuregate.Beta},
|
||||
|
||||
QOSReserved: {Default: false, PreRelease: featuregate.Alpha},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue