mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-15 07:02:59 -04:00
Automatic merge from submit-queue (batch tested with PRs 38076, 38137, 36882, 37634, 37558) [scheduler] Use V(10) for anything which may be O(N*P) logging Fixes #37014 This PR makes sure that logging statements which are capable of being called on a perNode / perPod basis (i.e. non essential ones that will just clog up logs at large scale) are at V(10) level. I dreamt of a levenstein filter that built a weak map of word frequencies and alerted once log throughput increased w/o varying information content.... but then I woke up and realized this is probably all we really need for now :) |
||
|---|---|---|
| .. | ||
| util | ||
| balanced_resource_allocation.go | ||
| balanced_resource_allocation_test.go | ||
| BUILD | ||
| image_locality.go | ||
| image_locality_test.go | ||
| interpod_affinity.go | ||
| interpod_affinity_test.go | ||
| least_requested.go | ||
| least_requested_test.go | ||
| metadata.go | ||
| most_requested.go | ||
| most_requested_test.go | ||
| node_affinity.go | ||
| node_affinity_test.go | ||
| node_label.go | ||
| node_label_test.go | ||
| node_prefer_avoid_pods.go | ||
| node_prefer_avoid_pods_test.go | ||
| priorities_test.go | ||
| selector_spreading.go | ||
| selector_spreading_test.go | ||
| taint_toleration.go | ||
| taint_toleration_test.go | ||
| test_util.go | ||