Skip to content

Commit e981d13

Browse files
authored
Merge pull request kubernetes#130728 from jpbetz/enable-declarative-validation
Enable DeclarativeValidation feature gate by default
2 parents 22ff6b4 + a6c94ea commit e981d13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/features/versioned_kube_features.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ var defaultVersionedKubernetesFeatureGates = map[featuregate.Feature]featuregate
147147
},
148148

149149
DeclarativeValidation: {
150-
{Version: version.MustParse("1.33"), Default: false, PreRelease: featuregate.Beta},
150+
{Version: version.MustParse("1.33"), Default: true, PreRelease: featuregate.Beta},
151151
},
152152

153153
DeclarativeValidationTakeover: {

test/compatibility_lifecycle/reference/versioned_feature_list.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@
363363
version: "1.32"
364364
- name: DeclarativeValidation
365365
versionedSpecs:
366-
- default: false
366+
- default: true
367367
lockToDefault: false
368368
preRelease: Beta
369369
version: "1.33"

0 commit comments

Comments
 (0)