File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
keps/sig-api-machinery/2885-server-side-unknown-field-validation Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -646,7 +646,7 @@ This section must be completed when targeting alpha to a release.
646
646
Pick one of these and delete the rest.
647
647
-->
648
648
- [x] Feature gate (also fill in values in ` kep.yaml ` )
649
- - Feature gate name: UnknownFieldValidation
649
+ - Feature gate name: ServerSideFieldValidation
650
650
- Components depending on the feature gate: kube-apiserver
651
651
- [x] Other
652
652
- Describe the mechanism: query parameter
@@ -662,7 +662,7 @@ No, strict validation is false by default.
662
662
###### Can the feature be disabled once it has been enabled (i.e. can we roll back the enablement)?
663
663
664
664
Yes. From the cluster operator's side, they can restart the kube-apiserver without
665
- the UnknownFieldValidation flag set and this will disable the feature
665
+ the ServerSideFieldValidation flag set and this will disable the feature
666
666
cluster-wide.
667
667
668
668
For end-users that no longer wish to perform server-side strict validation,
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ milestone:
40
40
# The following PRR answers are required at alpha release
41
41
# List the feature gate name and the components for which it must be enabled
42
42
feature-gates :
43
- - name : UnknownFieldValidation
43
+ - name : ServerSideFieldValidation
44
44
components :
45
45
- kube-apiserver
46
46
disable-supported : true
You can’t perform that action at this time.
0 commit comments