kubernetes/plugin/pkg
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
..
admission more readable 2016-12-07 11:35:50 +08:00
auth Merge pull request #35101 from xilabao/auth-duplicate-detect 2016-12-07 07:27:13 -08:00
client/auth Document config options for gcp auth provider plugin. 2016-11-21 10:56:39 -08:00
scheduler Merge pull request #37691 from dshulyak/term_selector 2016-12-08 10:52:01 -08:00
webhook generated: refactor 2016-11-23 22:30:47 -06:00