Remove BindTimeoutSeconds from KubeSchedulerConfiguration
This commit is contained in:
@@ -391,7 +391,6 @@ func InitTestSchedulerWithOptions(
|
||||
if policy != nil {
|
||||
opts = append(opts, scheduler.WithAlgorithmSource(CreateAlgorithmSourceFromPolicy(policy, testCtx.ClientSet)))
|
||||
}
|
||||
opts = append([]scheduler.Option{scheduler.WithBindTimeoutSeconds(600)}, opts...)
|
||||
testCtx.Scheduler, err = scheduler.New(
|
||||
testCtx.ClientSet,
|
||||
testCtx.InformerFactory,
|
||||
|
Reference in New Issue
Block a user