Skip to content

Commit 556c096

Browse files
adriankarasinski=
authored andcommitted
Add warning about incompleteness of OpenAPI schemas to kubernetes-api.md
1 parent cd9b5fe commit 556c096

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,9 @@ request headers as follows:
192192
</tbody>
193193
</table>
194194

195+
{{< 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.
197+
{{< /warning >}}
195198

196199
### OpenAPI V3
197200

0 commit comments

Comments
 (0)