Commit ea82b20
authored
koord-scheduler: implement NodeNUMAResource plugin with CPUSet scheduling (#289)
This plugin extends the PreFilter/Filter/Score/Reserve/PreBind interfaces.
- Support LSE/LSR Pods to configure FullPCPUs and SpreadByPCPUs policies
to apply for NUMA-Aware CPUSet.
- Supports configuring MostAllocated or LeastAllocated policies during
scoring phase to select nodes that meet CPUBindPolicy requirements.
Signed-off-by: Joseph <joseph.t.lee@outlook.com>1 parent 8a5fee9 commit ea82b20
File tree
12 files changed
+3994
-2
lines changed- cmd/koord-scheduler
- docs/proposals/scheduling
- pkg/scheduler/plugins/nodenumaresource
12 files changed
+3994
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| 43 | + | |
42 | 44 | | |
43 | 45 | | |
44 | 46 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
343 | 343 | | |
344 | 344 | | |
345 | 345 | | |
346 | | - | |
| 346 | + | |
347 | 347 | | |
348 | 348 | | |
349 | 349 | | |
| |||
466 | 466 | | |
467 | 467 | | |
468 | 468 | | |
469 | | - | |
| 469 | + | |
470 | 470 | | |
471 | 471 | | |
472 | 472 | | |
| |||
0 commit comments