Kubectl docs should mention field validation #39211
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
language/en
Issues or PRs related to English language
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
wg/api-expression
Categorizes an issue or PR as relevant to WG API Expression.
The reference documentation on kubectl currently does not mention anything about field validation
kubectl --validate
.Specifically, kubectl prior to 1.25 used to detect unknown and duplicate fields via client-side validation built into kubectl.
Since 1.25 kubectl uses server-side validation to detect unknown and duplicate fields and kubectl users have the option to customize the behavior of the server via
kubectl --validate
The text was updated successfully, but these errors were encountered: