Skip to content

Commit 3dac0e2

Browse files
committed
Removed reclaim&preempt by default.
Signed-off-by: Da K. Ma <[email protected]>
1 parent 5368078 commit 3dac0e2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

pkg/scheduler/util.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import (
2828
)
2929

3030
var defaultSchedulerConf = `
31-
actions: "reclaim, allocate, backfill, preempt"
31+
actions: "allocate, backfill"
3232
tiers:
3333
- plugins:
3434
- name: priority

0 commit comments

Comments
 (0)