Merge pull request #90330 from cwdsuzhou/April/log_level

Increase log level to avoid print binding messages in framework too frequently
This commit is contained in:
Kubernetes Prow Robot 2020-04-22 14:03:46 -07:00 committed by GitHub
commit 9066ee9906
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
}