Skip to content

Commit fd60624

Browse files
authored
Merge pull request kubernetes-retired#565 from k82cn/up_sched_conf
Removed reclaim&preempt by default.
2 parents 8c383f6 + 3dac0e2 commit fd60624

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)