mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-04 15:05:20 +00:00
Fix scheduler misc
This commit is contained in:
@@ -447,8 +447,7 @@ func (p *PriorityQueue) flushBackoffQCompleted() {
|
||||
break
|
||||
}
|
||||
pod := rawPodInfo.(*framework.QueuedPodInfo).Pod
|
||||
boTime := p.getBackoffTime(rawPodInfo.(*framework.QueuedPodInfo))
|
||||
if boTime.After(p.clock.Now()) {
|
||||
if p.isPodBackingoff(rawPodInfo.(*framework.QueuedPodInfo)) {
|
||||
break
|
||||
}
|
||||
_, err := p.podBackoffQ.Pop()
|
||||
|
||||
Reference in New Issue
Block a user