mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-09 20:17:41 +00:00
Merge pull request #121246 from tukwila/SeccompDefault-cleanup
Remove GAed feature gates SeccompDefault
This commit is contained in:
commit
a78fbb685e
@ -707,15 +707,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
|
||||||
//
|
//
|
||||||
@ -1065,8 +1056,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