Skip to content
Snippets Groups Projects
Unverified Commit 994fbac9 authored by Kubernetes Prow Robot's avatar Kubernetes Prow Robot Committed by GitHub
Browse files

Merge pull request #4661 from olagacek/master

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