Skip to content

Commit

Permalink
Add warning about incompleteness of OpenAPI schemas to kubernetes-api.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adriankarasinski authored and = committed Dec 11, 2024
1 parent cd9b5fe commit 556c096
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions content/en/docs/concepts/overview/kubernetes-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,9 @@ request headers as follows:
</tbody>
</table>

{{< warning >}}
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.
{{< /warning >}}

### OpenAPI V3

Expand Down

0 comments on commit 556c096

Please sign in to comment.