Skip to content

Commit

Permalink
fix(scheduler): modify default scheduler cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
shinytang6 committed Aug 12, 2021
1 parent 51da227 commit 3904702
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/scheduler/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,14 @@ tiers:
- plugins:
- name: priority
- name: gang
- name: conformance
- plugins:
- name: overcommit
- name: drf
- name: predicates
- name: proportion
- name: nodeorder
- name: binpack
`

func unmarshalSchedulerConf(confStr string) ([]framework.Action, []conf.Tier, []conf.Configuration, error) {
Expand Down

0 comments on commit 3904702

Please sign in to comment.