Update content/en/docs/concepts/overview/kubernetes-api.md

Co-authored-by: Tim Bannister <tim@scalefactory.com>
pull/49025/head
adriankarasinski 2025-01-06 15:14:17 +01:00 committed by GitHub
parent 22e85ae82f
commit 22e7b2f597
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 1 deletions

View File

@ -193,7 +193,10 @@ request headers as follows:
</table>
{{< warning >}}
Please note the validation rules within OpenAPI schemas are incomplete and additional validation occurs in the code of the kube-apiserver. If precise and complete verification is required, a `kubectl apply --dry-run` runs all the applicable validation.
The validation rules published as part of OpenAPI schemas may not be complete, and usually aren't.
Additional validation occurs within the API server. If you want precise and complete verification,
a `kubectl apply --dry-run=server` runs all the applicable validation (and also activates admission-time
checks).
{{< /warning >}}
### OpenAPI V3