We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dc5d351 + debae4a commit 1e53499Copy full SHA for 1e53499
pkg/scheduler/scheduler.go
@@ -70,6 +70,7 @@ func (pc *Scheduler) Run(stopCh <-chan struct{}) {
70
if schedConf, err = readSchedulerConf(pc.schedulerConf); err != nil {
71
glog.Errorf("Failed to read scheduler configuration '%s', using default configuration: %v",
72
pc.schedulerConf, err)
73
+ schedConf = defaultSchedulerConf
74
}
75
76
0 commit comments