Merge pull request #130728 from jpbetz/enable-declarative-validation

Enable DeclarativeValidation feature gate by default
This commit is contained in:
Kubernetes Prow Robot 2025-03-14 16:27:46 -07:00 committed by GitHub
commit e981d1302b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -147,7 +147,7 @@ var defaultVersionedKubernetesFeatureGates = map[featuregate.Feature]featuregate
},
DeclarativeValidation: {
{Version: version.MustParse("1.33"), Default: false, PreRelease: featuregate.Beta},
{Version: version.MustParse("1.33"), Default: true, PreRelease: featuregate.Beta},
},
DeclarativeValidationTakeover: {

View File

@ -363,7 +363,7 @@
version: "1.32"
- name: DeclarativeValidation
versionedSpecs:
- default: false
- default: true
lockToDefault: false
preRelease: Beta
version: "1.33"