Increase log level to avoid print binding messages in framework too frequently
This commit is contained in:
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.")
|
||||
}
|
||||
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)
|
||||
continue
|
||||
}
|
||||
|
Reference in New Issue
Block a user