From 52dd86f3fcffdc1af97f7d7ef0b0e3e51664d8e0 Mon Sep 17 00:00:00 2001 From: Damika Gamlath Date: Fri, 23 Feb 2024 15:22:38 +0000 Subject: [PATCH] mend --- cluster-autoscaler/processors/processors.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster-autoscaler/processors/processors.go b/cluster-autoscaler/processors/processors.go index dda87fecfef1..43957b14889b 100644 --- a/cluster-autoscaler/processors/processors.go +++ b/cluster-autoscaler/processors/processors.go @@ -81,7 +81,7 @@ func DefaultProcessors(options config.AutoscalingOptions) *AutoscalingProcessors return &AutoscalingProcessors{ PodListProcessor: pods.NewDefaultPodListProcessor(), NodeGroupListProcessor: nodegroups.NewDefaultNodeGroupListProcessor(), - BinpackingLimiter: binpacking.NewTimeLimiter(options, binpacking.NewDefaultBinpackingLimiter()), + BinpackingLimiter: binpacking.NewDefaultBinpackingLimiter(), NodeGroupSetProcessor: nodegroupset.NewDefaultNodeGroupSetProcessor([]string{}, config.NodeGroupDifferenceRatios{ MaxAllocatableDifferenceRatio: config.DefaultMaxAllocatableDifferenceRatio, MaxCapacityMemoryDifferenceRatio: config.DefaultMaxCapacityMemoryDifferenceRatio,