-
Notifications
You must be signed in to change notification settings - Fork 509
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expose CEL/OpenAPI validation rules as documentation to users #3209
Comments
Is there a reason why we have this limit in the API? Shouldn't the limits be enforced by the implementation of the gateway controller? |
The main reasons to have this in the API rather than the implementations are:
That's why this is done at the API level. As to why there are limits - the main reasons are the etcd size limit (records stored in etcd can't be over a certain size, which is 1MB by default, and records that exceed this size simply won't be accepted by Kubernetes), and the complexity which would ensue if you could have |
/triage needs-information |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
Hi @njegosrailic 👋 We see you've removed stale from this one, and were curious: were you interested in taking this one on? |
Hey @shaneutt, I'd be happy to take it. It's only about updating the docs, right? |
As I understand it that's the case @njegosrailic, thanks for being willing to take this one on! /assign @njegosrailic If you get stuck or need help while working on this please reach out to us here or on |
What would you like to be added:
Expose validation rules to reference documentation on the website (and/or so it shows up in
kubectl explain
Why this is needed:
Users have asked for this: istio/istio#52225
The text was updated successfully, but these errors were encountered: