Update link

pull/41094/head
Marcelo Giles 2023-05-11 22:32:21 -07:00
parent 1479cd9866
commit 81014baced
No known key found for this signature in database
GPG Key ID: F79A638016E48DFE
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ detail the structure of that `.status` field, and its content for each different
### Server Side Field Validation
Starting with Kubernetes v1.25, the API server offers server side
[field validation](https://github.com/kubernetes/website/blob/main/content/en/docs/reference/using-api/api-concepts.md#field-validation)
[field validation](/docs/reference/using-api/api-concepts/#field-validation)
that detects unrecognized or duplicate fields in an object. It provides all the functionality of `kubectl --validate` on the server side.
The `kubectl` tool uses the `--validate` flag to set the level of field validation. It accepts the values `ignore`, `warn`, and `strict` while also