mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Increase log level to avoid print binding messages in framework too frequently
This commit is contained in:
parent
4362bf7919
commit
171a242e1e
2
pkg/scheduler/internal/cache/cache.go
vendored
2
pkg/scheduler/internal/cache/cache.go
vendored
@ -713,7 +713,7 @@ func (cache *schedulerCache) cleanupAssumedPods(now time.Time) {
|
|||||||
klog.Fatal("Key found in assumed set but not in podStates. Potentially a logical error.")
|
klog.Fatal("Key found in assumed set but not in podStates. Potentially a logical error.")
|
||||||
}
|
}
|
||||||
if !ps.bindingFinished {
|
if !ps.bindingFinished {
|
||||||
klog.V(3).Infof("Couldn't expire cache for pod %v/%v. Binding is still in progress.",
|
klog.V(5).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