Skip to content

Commit 1169246

Browse files
committed
restore allpodsinvalid logic
1 parent 740879b commit 1169246

File tree

1 file changed

+1
-1
lines changed
  • pkg/epp/scheduling/framework/plugins/multi/slo_aware_router

1 file changed

+1
-1
lines changed

pkg/epp/scheduling/framework/plugins/multi/slo_aware_router/scorer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ func (s *SLOAwareRouter) Score(ctx context.Context, state *schedulingtypes.Cycle
190190
allPodsHaveRunningRequests := true
191191

192192
for _, pred := range allPreds {
193-
if pred.IsValid && pred.TTFTValid && pred.TPOTValid {
193+
if pred.IsValid {
194194
allPodsInvalid = false
195195
}
196196

0 commit comments

Comments
 (0)