From 071225cc4d89d8c7cd37d6b03b953491bc3722c1 Mon Sep 17 00:00:00 2001 From: Marcelo Giles Date: Tue, 16 May 2023 09:58:57 -0700 Subject: [PATCH] Update SSFV versions paragraph --- .../docs/concepts/overview/working-with-objects/_index.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/content/en/docs/concepts/overview/working-with-objects/_index.md b/content/en/docs/concepts/overview/working-with-objects/_index.md index 9f4f373aff9..f3998660ca3 100644 --- a/content/en/docs/concepts/overview/working-with-objects/_index.md +++ b/content/en/docs/concepts/overview/working-with-objects/_index.md @@ -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" %}}