mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 01:40:07 +00:00
Suppress warning when a pod in binding cannot be expired
This commit is contained in:
parent
2cbb07a439
commit
035e73b6c3
@ -439,7 +439,7 @@ func (cache *schedulerCache) cleanupAssumedPods(now time.Time) {
|
|||||||
panic("Key found in assumed set but not in podStates. Potentially a logical error.")
|
panic("Key found in assumed set but not in podStates. Potentially a logical error.")
|
||||||
}
|
}
|
||||||
if !ps.bindingFinished {
|
if !ps.bindingFinished {
|
||||||
glog.Warningf("Couldn't expire cache for pod %v/%v. Binding is still in progress.",
|
glog.V(3).Infof("Couldn't expire cache for pod %v/%v. Binding is still in progress.",
|
||||||
ps.pod.Namespace, ps.pod.Name)
|
ps.pod.Namespace, ps.pod.Name)
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user