Skip to content

Commit ade67d4

Browse files
committed
Update feature gate name
1 parent 8214296 commit ade67d4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

keps/sig-api-machinery/2885-server-side-unknown-field-validation/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ This section must be completed when targeting alpha to a release.
646646
Pick one of these and delete the rest.
647647
-->
648648
- [x] Feature gate (also fill in values in `kep.yaml`)
649-
- Feature gate name: UnknownFieldValidation
649+
- Feature gate name: ServerSideFieldValidation
650650
- Components depending on the feature gate: kube-apiserver
651651
- [x] Other
652652
- Describe the mechanism: query parameter
@@ -662,7 +662,7 @@ No, strict validation is false by default.
662662
###### Can the feature be disabled once it has been enabled (i.e. can we roll back the enablement)?
663663

664664
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
666666
cluster-wide.
667667

668668
For end-users that no longer wish to perform server-side strict validation,

keps/sig-api-machinery/2885-server-side-unknown-field-validation/kep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ milestone:
4040
# The following PRR answers are required at alpha release
4141
# List the feature gate name and the components for which it must be enabled
4242
feature-gates:
43-
- name: UnknownFieldValidation
43+
- name: ServerSideFieldValidation
4444
components:
4545
- kube-apiserver
4646
disable-supported: true

0 commit comments

Comments
 (0)