Skip to content

Commit 750bd47

Browse files
committed
update gate removal timeline
1 parent b478f81 commit 750bd47

File tree

1 file changed

+6
-6
lines changed
  • keps/sig-api-machinery/2885-server-side-unknown-field-validation

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -317,11 +317,10 @@ supported).
317317
Long-term, we want to favor using out-of-tree solutions for client-side
318318
validation. The [kubeconform](https://github.com/yannh/kubeconform) project is an example of an out-of-tree solution that does this.
319319

320-
Although likely to never be a perfect representation of the validation that the
321-
server performs, adding better support for these out-of-tree solutions that
322-
better utilize the progress made server-side with regards to performance,
323-
openapi v3, etc is definitely an avenue of future work worth exploring by
324-
sig-api-machinery.
320+
SIG API Machinery's effort will go to producing clear and complete (and
321+
improving over time) API spec documents insteading of making client side
322+
validation. We strongly recommend that third part integrators make use of such
323+
documents.
325324

326325
##### Aligning json and yaml errors
327326

@@ -762,7 +761,8 @@ Pick one of these and delete the rest.
762761
- [x] Feature gate (also fill in values in `kep.yaml`)
763762
- Feature gate name: ServerSideFieldValidation
764763
- Components depending on the feature gate: kube-apiserver
765-
- Note: feature gate removed upon graduation to GA (1.27)
764+
- Note: feature gate locked to true upon graduation to GA (1.27) and removed
765+
two releases later (1.29)
766766
- [x] Other
767767
- Describe the mechanism: query parameter
768768
- Will enabling / disabling the feature require downtime of the control

0 commit comments

Comments
 (0)