mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-13 06:02:25 -04:00
The intent is to catch abnormal runtimes with the generously large default timeout of 10 seconds. We have to set up a context with the configured timeout (optional!), then ensure that both CEL evaluation and the allocation logic itself properly returns the context error. The scheduler plugin then can convert that into "unschedulable". The allocator and thus Filter now also check for context cancellation by the scheduler. This happens when enough nodes have been found. |
||
|---|---|---|
| .. | ||
| allocateddevices.go | ||
| dra_manager.go | ||
| dynamicresources.go | ||
| dynamicresources_test.go | ||
| OWNERS | ||