Skip to content

Commit 071225c

Browse files
committed
Update SSFV versions paragraph
1 parent 8afec0c commit 071225c

File tree

1 file changed

+4
-2
lines changed
  • content/en/docs/concepts/overview/working-with-objects

1 file changed

+4
-2
lines changed

content/en/docs/concepts/overview/working-with-objects/_index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,10 @@ which means strict server-side field validation.
141141
`Ignore`
142142
: No server side field validation is performed
143143

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.
146148

147149
## {{% heading "whatsnext" %}}
148150

0 commit comments

Comments
 (0)