File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
content/en/docs/concepts/overview/working-with-objects Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -141,8 +141,10 @@ which means strict server-side field validation.
141
141
` Ignore `
142
142
: No server side field validation is performed
143
143
144
- When ` kubectl ` cannot connect to an API server with field validation (API servers prior to Kubernetes 1.27),
145
- it will fall back to using client-side validation.
144
+ When ` kubectl ` cannot connect to an API server that supports field validation it will fall back
145
+ to using client-side validation. Kubernetes 1.27 and later versions always offer field validation;
146
+ older Kubernetes releases might not. If your cluster is older than v1.27, check the documentation
147
+ for your version of Kubernetes.
146
148
147
149
## {{% heading "whatsnext" %}}
148
150
You can’t perform that action at this time.
0 commit comments