Open
Description
What would you like to be added:
We should add a doc to explain how to use ValidationAdmissionPolicy to optionally forbid users from submitting workloads without any requests.
This page should be updated to mention how one can use VAP to enforce workloads having requests.
Why is this needed:
Kueue tracks resource requests by the requests field in the PodTemplate. If one submits a workload without any requests specified, kueue will not report any resources used by this workload.
It would be worth mentioning this in the docs and provide an example to forbid this.
Completion requirements:
This enhancement requires the following artifacts:
- Design doc
- API change
- Docs update
The artifacts should be linked in subsequent comments.