Merge pull request #112792 from cici37/celAd

Add feature gate CelValidatingAdmission
This commit is contained in:
Kubernetes Prow Robot
2022-10-05 16:39:53 -07:00
committed by GitHub
2 changed files with 11 additions and 0 deletions

View File

@@ -1026,6 +1026,8 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
genericfeatures.AdvancedAuditing: {Default: true, PreRelease: featuregate.GA},
genericfeatures.CELValidatingAdmission: {Default: false, PreRelease: featuregate.Alpha},
genericfeatures.CustomResourceValidationExpressions: {Default: true, PreRelease: featuregate.Beta},
genericfeatures.DryRun: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.28