Update SSFV versions paragraph

This commit is contained in:
Marcelo Giles 2023-05-16 09:58:57 -07:00
parent 8afec0c061
commit 071225cc4d
No known key found for this signature in database
GPG Key ID: F79A638016E48DFE
1 changed files with 4 additions and 2 deletions

View File

@ -141,8 +141,10 @@ which means strict server-side field validation.
`Ignore`
: No server side field validation is performed
When `kubectl` cannot connect to an API server with field validation (API servers prior to Kubernetes 1.27),
it will fall back to using client-side validation.
When `kubectl` cannot connect to an API server that supports field validation it will fall back
to using client-side validation. Kubernetes 1.27 and later versions always offer field validation;
older Kubernetes releases might not. If your cluster is older than v1.27, check the documentation
for your version of Kubernetes.
## {{% heading "whatsnext" %}}