Merge pull request #110459 from wangyysde/promote-pod-security-to-ga

PodSecurity: promote config and feature gate to GA
This commit is contained in:
Kubernetes Prow Robot
2022-06-15 14:41:22 -07:00
committed by GitHub
16 changed files with 569 additions and 21 deletions

View File

@@ -611,6 +611,7 @@ const (
// owner: @liggitt, @tallclair, sig-auth
// alpha: v1.22
// beta: v1.23
// ga: v1.25
//
// Enables the PodSecurity admission plugin
PodSecurity featuregate.Feature = "PodSecurity"
@@ -962,7 +963,7 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
PodOverhead: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.26
PodSecurity: {Default: true, PreRelease: featuregate.Beta},
PodSecurity: {Default: true, PreRelease: featuregate.GA, LockToDefault: true},
PreferNominatedNode: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.26