We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 90484c9 + 22e7b2f commit f626badCopy full SHA for f626bad
content/en/docs/concepts/overview/kubernetes-api.md
@@ -192,6 +192,12 @@ request headers as follows:
192
</tbody>
193
</table>
194
195
+{{< warning >}}
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).
200
+{{< /warning >}}
201
202
### OpenAPI V3
203
0 commit comments