Skip to content

Commit 22e85ae

Browse files
Update content/en/docs/concepts/overview/kubernetes-api.md
highlighting that OpenAPI schemas are incomplete Co-authored-by: David Eads <[email protected]>
1 parent 556c096 commit 22e85ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ request headers as follows:
193193
</table>
194194

195195
{{< warning >}}
196-
Please note the validation rules within OpenAPI schemas could be incomplete, and additional validation may occur in the codebase. Therefore, it is always recommended to perform a `kubectl apply --dry-run` for thorough verification.
196+
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.
197197
{{< /warning >}}
198198

199199
### OpenAPI V3

0 commit comments

Comments
 (0)