Skip to content
Snippets Groups Projects
Commit 834d02b2 authored by Aleksandra Gacek's avatar Aleksandra Gacek
Browse files

Remove disable scale down callback if schedulable pods are found in

filter_out_schedulable.
parent 0d52c160
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,6 @@ func (p *filterOutSchedulablePodListProcessor) Process(
if len(unschedulablePodsToHelp) != len(unschedulablePods) {
klog.V(2).Info("Schedulable pods present")
context.ProcessorCallbacks.DisableScaleDownForLoop()
if context.DebuggingSnapshotter.IsDataCollectionAllowed() {
schedulablePods := findSchedulablePods(unschedulablePods, unschedulablePodsToHelp)
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment