Skip to content

Commit

Permalink
Merge pull request #3054 from kevindelgado/2885-update-feature-gate-name
Browse files Browse the repository at this point in the history
2885 - Update feature gate name
  • Loading branch information
k8s-ci-robot authored Nov 19, 2021
2 parents 8214296 + ade67d4 commit aa523b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ This section must be completed when targeting alpha to a release.
Pick one of these and delete the rest.
-->
- [x] Feature gate (also fill in values in `kep.yaml`)
- Feature gate name: UnknownFieldValidation
- Feature gate name: ServerSideFieldValidation
- Components depending on the feature gate: kube-apiserver
- [x] Other
- Describe the mechanism: query parameter
Expand All @@ -662,7 +662,7 @@ No, strict validation is false by default.
###### Can the feature be disabled once it has been enabled (i.e. can we roll back the enablement)?

Yes. From the cluster operator's side, they can restart the kube-apiserver without
the UnknownFieldValidation flag set and this will disable the feature
the ServerSideFieldValidation flag set and this will disable the feature
cluster-wide.

For end-users that no longer wish to perform server-side strict validation,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ milestone:
# The following PRR answers are required at alpha release
# List the feature gate name and the components for which it must be enabled
feature-gates:
- name: UnknownFieldValidation
- name: ServerSideFieldValidation
components:
- kube-apiserver
disable-supported: true
Expand Down

0 comments on commit aa523b8

Please sign in to comment.