Merge pull request #2855 from carlory/fix-scheduler-and-descheduler
fix descheduler estimator connection error
This commit is contained in:
commit
61110bb557
|
@ -70,6 +70,7 @@ func NewDescheduler(karmadaClient karmadaclientset.Interface, kubeClient kuberne
|
||||||
clusterLister: factory.Cluster().V1alpha1().Clusters().Lister(),
|
clusterLister: factory.Cluster().V1alpha1().Clusters().Lister(),
|
||||||
schedulerEstimatorCache: estimatorclient.NewSchedulerEstimatorCache(),
|
schedulerEstimatorCache: estimatorclient.NewSchedulerEstimatorCache(),
|
||||||
schedulerEstimatorPort: opts.SchedulerEstimatorPort,
|
schedulerEstimatorPort: opts.SchedulerEstimatorPort,
|
||||||
|
schedulerEstimatorServicePrefix: opts.SchedulerEstimatorServicePrefix,
|
||||||
unschedulableThreshold: opts.UnschedulableThreshold.Duration,
|
unschedulableThreshold: opts.UnschedulableThreshold.Duration,
|
||||||
deschedulingInterval: opts.DeschedulingInterval.Duration,
|
deschedulingInterval: opts.DeschedulingInterval.Duration,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue