mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-01 13:10:37 -05:00
Automatic merge from submit-queue Retry scheduling pods after errors more consistently in scheduler **What this PR does / why we need it**: This fixes 2 places in the scheduler where pods can get stuck in Pending forever. In both these places, errors happen and `sched.config.Error` is not called afterwards. This is a problem because `sched.config.Error` is responsible for requeuing pods to retry scheduling when there are issues (see [here]( |
||
|---|---|---|
| .. | ||
| admission | ||
| auth | ||
| scheduler | ||