-
Notifications
You must be signed in to change notification settings - Fork 14.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update docs once client-side validation is removed from kubectl #39210
Comments
/sig cli |
/sig api-machinery |
/lifecycle frozen |
/triage accepted |
This issue has not been updated in over 1 year, and should be re-triaged. You can:
For more details on the triage process, see https://www.kubernetes.dev/docs/guide/issue-triage/ /remove-triage accepted |
closing this issue, as it was resolved by PR #39715 |
@Shubham82: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Server Side Field Validation is on by default starting in Kubernetes 1.25, but still disableable behind a feature-gate in kubernetes 1.25 and 1.26.
When a kubectl of version 1.25+ connects to an API server of 1.26- that has ServerSideFieldValidation disabled, it will fall back on client-side validation.
Once kubectl no longer supports connecting to APIServers 1.26- it will no longer fall back on client-side validation, and client-side validation can be removed entirely from kubectl. Once this occurs, we must update the documentation to remove the notice that kubectl will fall back to client-side validation
The text was updated successfully, but these errors were encountered: