hurf
|
6203ce9f85
|
Move pkg/scheduler to plugin/pkg/scheduler
As the TODO in plugin/pkg/scheduler/scheduler.go described:
move everything from pkg/scheduler into this package. Remove
references from registry.
|
2015-05-13 14:03:25 +08:00 |
|
Eric Paris
|
6b3a6e6b98
|
Make copyright ownership statement generic
Instead of saying "Google Inc." (which is not always correct) say "The
Kubernetes Authors", which is generic.
|
2015-05-01 17:49:56 -04:00 |
|
Abhishek Gupta
|
c203117e42
|
Including balanced resource allocation priority in the default set
|
2015-04-21 14:25:42 -07:00 |
|
Abhishek Gupta
|
08a0563933
|
Removing EqualPriority from the list of default priorities
|
2015-03-30 13:47:27 -07:00 |
|
Abhishek Gupta
|
142fd773b0
|
Updating priority function weight based on specified configuration
|
2015-03-27 17:56:40 -07:00 |
|
Daniel Smith
|
3e83ffdd40
|
remove evil global state shared by all schedulers
|
2015-03-11 18:09:01 -07:00 |
|
Abhishek Gupta
|
3f722a3d8e
|
Adding service affinity predicate
|
2015-01-13 09:34:45 -08:00 |
|
Abhishek Gupta
|
9dd7d2a0a1
|
Adding label checker predicates and test cases
|
2015-01-13 09:34:45 -08:00 |
|
Abhishek Gupta
|
04db076e5f
|
Enhancements to scheduler priority functions
- Modified the existing spreading priority to consider service pods explicitly
- Added a new priority function to spread pods across zones
|
2015-01-13 09:34:42 -08:00 |
|
Brendan Burns
|
2e17193161
|
Add Host to PodSpec and add a predicate to make the scheduler work.
|
2014-12-18 20:12:29 -08:00 |
|
Mike Danese
|
4850bdbe63
|
refactor scheduler factory to use plugin architecture style like credentialprovider and cloudprovider for configuring priority functions and fit predicates
|
2014-12-17 14:55:28 -08:00 |
|