Skip to content

Commit

Permalink
Merge pull request kubernetes-retired#565 from k82cn/up_sched_conf
Browse files Browse the repository at this point in the history
Removed reclaim&preempt by default.
  • Loading branch information
k8s-ci-robot authored Jan 25, 2019
2 parents 8c383f6 + 3dac0e2 commit fd60624
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion pkg/scheduler/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
)

var defaultSchedulerConf = `
actions: "reclaim, allocate, backfill, preempt"
actions: "allocate, backfill"
tiers:
- plugins:
- name: priority
Expand Down

0 comments on commit fd60624

Please sign in to comment.