kubernetes/plugin/pkg/scheduler
Kubernetes Submit Queue f2f107124b Merge pull request #37691 from dshulyak/term_selector
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.
2016-12-08 10:52:01 -08:00
..
algorithm Merge pull request #37691 from dshulyak/term_selector 2016-12-08 10:52:01 -08:00
algorithmprovider run hack/update-all.sh 2016-11-23 15:53:09 -08:00
api refactor: update bazel, codec, and gofmt 2016-12-03 19:10:53 -05:00
factory run hack/update-all.sh 2016-11-23 15:53:09 -08:00
metrics autogenerated 2016-10-21 17:32:32 -07:00
schedulercache Merge pull request #35275 from wojtek-t/cache_conditions 2016-12-07 02:23:19 -08:00
testing run hack/update-all.sh 2016-11-23 15:53:09 -08:00
BUILD run hack/update-all.sh 2016-11-23 15:53:09 -08:00
equivalence_cache.go plugin/scheduler 2016-11-23 15:53:09 -08:00
extender_test.go plugin/scheduler 2016-11-23 15:53:09 -08:00
extender.go plugin/scheduler 2016-11-23 15:53:09 -08:00
generic_scheduler_test.go plugin/scheduler 2016-11-23 15:53:09 -08:00
generic_scheduler.go plugin/scheduler 2016-11-23 15:53:09 -08:00
OWNERS Move blunderbuss assignees into tree 2016-03-02 20:46:32 -05:00
scheduler_test.go plugin/scheduler 2016-11-23 15:53:09 -08:00
scheduler.go plugin/scheduler 2016-11-23 15:53:09 -08:00