Zhang Jinghui
55f10312f9
add arguments for action
2019-12-06 15:56:42 +08:00
Klaus Ma
2558c9b178
Added enqueue action.
...
Signed-off-by: Klaus Ma <mada3@huawei.com>
2019-08-18 11:20:25 +08:00
Yuan Chen
a6f1fe6dfd
Added "enqueue" to the actions in defaultSchedulerConf to fix a bug
...
With the addition of the new status "enqueue", the scheduler with the default actions "allocate, backfill" will not schedule a job with PodGroupPending status. For example, if a job cannot be scheduled at the submission time due to resource contention, it will never get scheduled even when resources are available later. Simply adding "enqueue" to the action list of defaultSchedulerConf in pkg/scheduler/util.go fixes the problem.
actions: "allocate, backfill" ==> actions: "allocate, backfill, enqueue"
2019-08-16 12:59:24 -07:00
Kevin Wang
aec87f6804
update scheduler import paths to volcano and fix building
2019-07-04 20:31:42 +08:00
Da K. Ma
739da027c4
Added Queue Capability.
...
Signed-off-by: Da K. Ma <klaus1982.cn@gmail.com>
2019-05-06 16:18:08 +05:30
xuzhonghu
35397454be
restore kube-batch
2019-04-16 19:19:22 +08:00
Da K. Ma
486d672c41
Renamed kube-batch to Volcano
...
Signed-off-by: Da K. Ma <klaus1982.cn@gmail.com>
2019-04-14 22:08:03 +08:00
Jun Gong
c25aec786a
Add default funcs for plugins configuration
2019-04-02 19:55:45 +08:00
thandayuthapani
6225773579
Change Plugin name prioritize to nodeOrder
2019-03-08 15:10:53 +05:30
thandayuthapani
c3082f4071
Added new plugin - prioritize
2019-02-18 11:14:20 +05:30
Da K. Ma
0d08b9c732
Removed reclaim&preempt by default.
...
Signed-off-by: Da K. Ma <klaus1982.cn@gmail.com>
2019-01-25 22:17:26 +08:00
Da K. Ma
ae65e32a2a
Multi tiers for plugins.
...
Signed-off-by: Da K. Ma <klaus1982.cn@gmail.com>
2019-01-13 15:51:24 +08:00
Da K. Ma
c10b6e2aa9
Added backfill for BestEffort pods.
...
Signed-off-by: Da K. Ma <klaus1982.cn@gmail.com>
2018-10-15 16:24:11 +08:00
Atul Bhosale
cd4956712e
Rename kube-arbitrator to kube-batch
...
Signed-off-by: Atul Bhosale <atul1bhosale@gmail.com>
2018-10-03 11:59:17 +05:30
Da K. Ma
52fddd5173
Added Toleration/Taint predicate.
...
Signed-off-by: Da K. Ma <klaus1982.cn@gmail.com>
2018-09-30 16:39:17 +08:00
Da K. Ma
a004e2fa62
Added PodFitsHostPorts in kube-batchd.
...
Signed-off-by: Da K. Ma <klaus1982.cn@gmail.com>
2018-09-04 22:00:47 +08:00
Da K. Ma
27857a6a0c
Reclaim between Queues.
...
Signed-off-by: Da K. Ma <klaus1982.cn@gmail.com>
2018-08-24 16:00:05 +08:00
Da K. Ma
78583b0e83
Replaced decorate by plugins.
...
Signed-off-by: Da K. Ma <klaus1982.cn@gmail.com>
2018-07-27 17:14:12 +08:00
Da K. Ma
6dc63c4343
Added scheduler confmap.
...
Signed-off-by: Da K. Ma <klaus1982.cn@gmail.com>
2018-07-06 21:20:31 +08:00