kueue
kueue copied to clipboard
Add retry mechanism for AdmissionChecks in Kueue
What would you like to be added: Retry mechanism for AdmissionChecks.
Why is this needed:
Currently there is no retry mechanism for AdmissionChecks. There is a deprecated field admissionCheckSpec.retryDelayMinutes
which was never supported and will be remove in API v1beta2. In the AdmissionCheck API there is the Retry
, however the workload controller evicts the Workload without retrying it. Hence, there is a lot of improvement potential for the retry mechanism.
Completion requirements:
This enhancement requires the following artifacts:
- [ ] Design doc
- [ ] API change
- [ ] Docs update
The artifacts should be linked in subsequent comments.