Skip to content

Commit 22e7b2f

Browse files
adriankarasinskiTim Bannister
andauthored
Update content/en/docs/concepts/overview/kubernetes-api.md
Co-authored-by: Tim Bannister <[email protected]>
1 parent 22e85ae commit 22e7b2f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

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

195195
{{< warning >}}
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.
196+
The validation rules published as part of OpenAPI schemas may not be complete, and usually aren't.
197+
Additional validation occurs within the API server. If you want precise and complete verification,
198+
a `kubectl apply --dry-run=server` runs all the applicable validation (and also activates admission-time
199+
checks).
197200
{{< /warning >}}
198201

199202
### OpenAPI V3

0 commit comments

Comments
 (0)