mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-08 11:38:15 +00:00
Remove GAed feature gates SeccompDefault
Signed-off-by: guangli.bao <guangli.bao@daocloud.io>
This commit is contained in:
parent
6897b1225d
commit
fed4f16a7a
@ -715,15 +715,6 @@ const (
|
|||||||
// which benefits to reduce the useless requeueing.
|
// which benefits to reduce the useless requeueing.
|
||||||
SchedulerQueueingHints featuregate.Feature = "SchedulerQueueingHints"
|
SchedulerQueueingHints featuregate.Feature = "SchedulerQueueingHints"
|
||||||
|
|
||||||
// owner: @saschagrunert
|
|
||||||
// kep: https://kep.k8s.io/2413
|
|
||||||
// alpha: v1.22
|
|
||||||
// beta: v1.25
|
|
||||||
// ga: v1.27
|
|
||||||
//
|
|
||||||
// Enables the use of `RuntimeDefault` as the default seccomp profile for all workloads.
|
|
||||||
SeccompDefault featuregate.Feature = "SeccompDefault"
|
|
||||||
|
|
||||||
// owner: @mtardy
|
// owner: @mtardy
|
||||||
// alpha: v1.0
|
// alpha: v1.0
|
||||||
//
|
//
|
||||||
@ -1083,8 +1074,6 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
|
|||||||
|
|
||||||
SchedulerQueueingHints: {Default: true, PreRelease: featuregate.Beta},
|
SchedulerQueueingHints: {Default: true, PreRelease: featuregate.Beta},
|
||||||
|
|
||||||
SeccompDefault: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.29
|
|
||||||
|
|
||||||
SecurityContextDeny: {Default: false, PreRelease: featuregate.Alpha},
|
SecurityContextDeny: {Default: false, PreRelease: featuregate.Alpha},
|
||||||
|
|
||||||
ServiceNodePortStaticSubrange: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // GA in 1.29; remove in 1.31
|
ServiceNodePortStaticSubrange: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // GA in 1.29; remove in 1.31
|
||||||
|
Loading…
Reference in New Issue
Block a user