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 |
|
dingh
|
71b98840c8
|
Listing available algorithm providers in scheduler
List the available algorithm providers with 'kube-scheduler --help' under field `algorithm_provider`
|
2015-04-22 06:54:24 +08:00 |
|
Abhishek Gupta
|
490dd1bb67
|
Fixing accidental hardcoding of priority function weight
|
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
|
e5d319d611
|
Fixing comment alignment
|
2015-03-02 10:00:20 -08:00 |
|
Abhishek Gupta
|
3607a16293
|
Implementing PR feedback
|
2015-03-02 10:00:19 -08:00 |
|
Abhishek Gupta
|
548e0da567
|
Configuring scheduler via json configuration file
|
2015-03-02 10:00:19 -08:00 |
|
Brendan Burns
|
33f6576f61
|
Log a better error with useful info on scheduling failures.
|
2015-02-23 20:36:22 -08:00 |
|
davidopp
|
a3e057d5d9
|
Merge pull request #3544 from mikedanese/provider-run-opt
Configure scheduler algorithm provider with cli option
|
2015-01-16 12:41:09 -08:00 |
|
Mike Danese
|
9f4c42e988
|
name and key are used interchangably in plugin/pkg/scheduler/factory/plugins.go. this standardizes on name.
|
2015-01-15 17:30:48 -08:00 |
|
Mike Danese
|
9dffd0c105
|
added algorithm name validation
|
2015-01-15 16:59:02 -08:00 |
|
Mike Danese
|
e3da5e15bc
|
added algorithm provider cli option to the kube-scheduler command and renamed default provider to follow naming convention
|
2015-01-15 16:27:25 -08:00 |
|
Clayton Coleman
|
c9501128b6
|
Scheduler is printing the wrong value when no default algorithms available
|
2014-12-24 00:01:54 -05: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 |
|