Skip to content
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

Extend waitForPodsReady config to account for AdmissionChecks #3231

Open
3 tasks
PBundyra opened this issue Oct 14, 2024 · 1 comment
Open
3 tasks

Extend waitForPodsReady config to account for AdmissionChecks #3231

PBundyra opened this issue Oct 14, 2024 · 1 comment
Assignees
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@PBundyra
Copy link
Contributor

What would you like to be added:
I would like to extend waitForPodsReady API to account for AdmissionChecks, so Kueue could timeout AdmissionChecks and requeue the Workload after some backoff.

Why is this needed:
Let's assume an AdmissionCheck is a ProvisioningRequest that takes extended amount of time to provision. Kueue wastefully allocates capacity which is not consumed. I would like to improve this mechanism and add configurable timeout, that allows to evict and requeue Workload, similarly to the current WaitForPodsReady mechanism.

Completion requirements:

This enhancement requires the following artifacts:

  • Design doc
  • API change
  • Docs update

The artifacts should be linked in subsequent comments.

@PBundyra PBundyra added the kind/feature Categorizes issue or PR as related to a new feature. label Oct 14, 2024
@PBundyra
Copy link
Contributor Author

/assign

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

1 participant