mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 05:27:21 +00:00
Merge pull request #130728 from jpbetz/enable-declarative-validation
Enable DeclarativeValidation feature gate by default
This commit is contained in:
commit
e981d1302b
@ -147,7 +147,7 @@ var defaultVersionedKubernetesFeatureGates = map[featuregate.Feature]featuregate
|
|||||||
},
|
},
|
||||||
|
|
||||||
DeclarativeValidation: {
|
DeclarativeValidation: {
|
||||||
{Version: version.MustParse("1.33"), Default: false, PreRelease: featuregate.Beta},
|
{Version: version.MustParse("1.33"), Default: true, PreRelease: featuregate.Beta},
|
||||||
},
|
},
|
||||||
|
|
||||||
DeclarativeValidationTakeover: {
|
DeclarativeValidationTakeover: {
|
||||||
|
@ -363,7 +363,7 @@
|
|||||||
version: "1.32"
|
version: "1.32"
|
||||||
- name: DeclarativeValidation
|
- name: DeclarativeValidation
|
||||||
versionedSpecs:
|
versionedSpecs:
|
||||||
- default: false
|
- default: true
|
||||||
lockToDefault: false
|
lockToDefault: false
|
||||||
preRelease: Beta
|
preRelease: Beta
|
||||||
version: "1.33"
|
version: "1.33"
|
||||||
|
Loading…
Reference in New Issue
Block a user