mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-11 11:00:57 -04:00
Automatic merge from submit-queue (batch tested with PRs 38377, 36365, 36648, 37691, 38339) Do not create selector and namespaces in a loop where possible With 1000 nodes and 5000 pods (5 pods per node) with anti-affinity a lot of CPU wasted on creating LabelSelector and sets.String (map). With this change we are able to deploy that number of pods in ~25 minutes. Without - it takes 30 minutes to deploy 500 pods with anti-affinity configured. |
||
|---|---|---|
| .. | ||
| 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 | ||