Set Requeued
condition, and unset QuotaReserved
condition on eviction in Workload Reconciler
#3474
Labels
kind/cleanup
Categorizes issue or PR as related to cleaning up code, process, or technical debt.
kind/feature
Categorizes issue or PR as related to a new feature.
What would you like to be cleaned:
Currently the
Requeued
, andQuotaReserved
conditions are set by the jobframework reconcilerIdeally this logic should be moved to the Workload Controller to simplify logic, ease maintenance and adding new features, and avoid unpredictable race conditions. The logic should be atomic with eviction
Why is this needed:
The text was updated successfully, but these errors were encountered: