Add scheduler option for bind timeout

This commit is contained in:
Michelle Au
2018-09-04 16:48:31 -07:00
parent 8fcbcafc11
commit e124159990
12 changed files with 51 additions and 7 deletions

View File

@@ -91,6 +91,7 @@ func createConfiguratorWithPodInformer(
EnableEquivalenceClassCache: utilfeature.DefaultFeatureGate.Enabled(features.EnableEquivalenceClassCache),
DisablePreemption: false,
PercentageOfNodesToScore: schedulerapi.DefaultPercentageOfNodesToScore,
BindTimeoutSeconds: 600,
})
}