Skip to content

Commit c30ab8b

Browse files
committed
make BalancedIgnoreEmpty the default strategy
1 parent 56601ab commit c30ab8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/config/config_scheduler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ func (c *SchedulerConfig) Default(_ *field.Path) error {
7171
c.Scope = SCOPE_NAMESPACED
7272
}
7373
if c.Strategy == "" {
74-
c.Strategy = STRATEGY_BALANCED
74+
c.Strategy = STRATEGY_BALANCED_IGNORE_EMPTY
7575
}
7676
if c.PurposeMappings == nil {
7777
c.PurposeMappings = map[string]*ClusterDefinition{}

0 commit comments

Comments
 (0)