Commit Graph

2856 Commits

Author SHA1 Message Date
Zhe Jin de72e66e4b QueueJob api update 2018-04-09 16:54:38 +08:00
Zhe Jin 23aeb61b7b
Merge pull request #196 from mitake/loop
Simplity the loop in drf.Allocate() a little bit
2018-04-02 15:44:54 +08:00
Zhe Jin 73a27a1fd0
Merge branch 'master' into loop 2018-04-02 15:38:18 +08:00
Klaus Ma 0dd867ab5e
Merge pull request #194 from jinzhejz/qjcontroller
init queuejob controller
2018-03-28 17:13:01 +08:00
Zhe Jin ee23aa250e init queuejob controller 2018-03-28 16:07:15 +08:00
Klaus Ma 9a67303c39
Merge pull request #193 from jinzhejz/queuejob
init queuejob apis
2018-03-27 14:38:29 +08:00
Zhe Jin d83bc3f900 init queuejob apis 2018-03-27 13:32:58 +08:00
Hitoshi Mitake 82f3d947eb Simplity the loop in drf.Allocate() a little bit 2018-03-23 14:39:05 +09:00
Zhe Jin 8568559b95
Merge pull request #189 from geekSiddharth/master
kube-batchd tutorial packaging and deployment fix
2018-03-23 09:42:31 +08:00
Siddharth Yadav e881311149
fixed a spelling error 2018-03-22 22:40:15 +05:30
Siddharth Yadav ea38b3db52
Update kube-batchd deployment and packaging
Removed unnecessary use of kube-config. 
Added a step to push to a registry.
Update kube-batchd.yaml
2018-03-22 22:37:59 +05:30
Klaus Ma e2554f1465
Merge pull request #184 from rc-zhang/version-comp
fix version compare
2018-03-21 13:55:54 +08:00
Klaus Ma c0fbf09242
Merge branch 'master' into version-comp 2018-03-21 13:47:51 +08:00
Ranchao Zhang ec387fe14e fix version compare 2018-03-20 23:05:23 -04:00
Zhe Jin f152c8c623
Merge pull request #188 from SpandanKumarSahu/doc-update
doc/usage: improve documentation of batchd and quotalloc tutorials
2018-03-21 09:43:16 +08:00
Spandan Kumar Sahu 9580e08c85 doc/usage: improve documentation of batchd and quotalloc tutorials
* Markdown edits for yaml display
* Rectify typos, bring uniformity in usage of names
* Explain the tutorials, add respective commands to bring more clarity

Signed-off-by: Spandan Kumar Sahu <spandankumarsahu@gmail.com>
2018-03-21 10:03:24 +05:30
Klaus Ma 7599525164
Merge pull request #182 from yanniszark/master
<design docs> Minor fixes: MarkDown formatting, typos
2018-03-19 08:04:39 +08:00
Yannis Zarkadas 72f0d03cb2 <design docs> Minor fixes: MarkDown formatting, typos 2018-03-18 16:33:43 +02:00
Klaus Ma 537e9624b7
Merge pull request #180 from raoofm/patch-1
Readme typo batched -> batchd
2018-03-14 08:13:34 +08:00
Raoof Mohammed f277fc2f99
Readme typo batched -> batchd
Readme typo batched -> batchd
2018-03-13 09:26:01 -04:00
Klaus Ma 5964856e70
Merge pull request #177 from jinzhejz/task_priority
scheduling pod by priority in same PodSet
2018-03-12 18:57:45 +08:00
Klaus Ma 899fae7893
Merge branch 'master' into task_priority 2018-03-12 18:56:52 +08:00
Klaus Ma f3c50ac9c3
Merge pull request #179 from jinzhejz/doc
doc update for gang scheduling and pod priority
2018-03-12 18:56:29 +08:00
Zhe Jin 375697d5ac doc update for gang scheduling and pod priority 2018-03-12 11:07:47 +08:00
Zhe Jin 94cccef21d scheduling pod by priority in same PodSet 2018-03-12 10:01:05 +08:00
Zhe Jin 3b88bdd4e2 scheduling pod by priority in same PodSet 2018-03-08 15:20:08 +08:00
Klaus Ma 64341917c9
Merge pull request #170 from mitake/sched-name
RFC: Add a new option --scheduler-name for ignoring pods which should be h…
2018-03-08 10:25:05 +08:00
Hitoshi Mitake 1583dbfd9e Add a new option --scheduler-name for ignoring pods which should be handled by the default scheduler
This commit adds a new option --scheduler-name to
kube-batchd. kube-batchd handles pods which have the name specified
with the option in its v1.Pod.Spec.SchedulerName. The motivation is
separating pods which should be controlled by kube-batchd from other
pods which can be handled by the default scheduler.
2018-03-08 11:11:11 +09:00
Klaus Ma fa2dbc77c1
Merge pull request #176 from jinzhejz/gang_ut
add ut cases for gang scheduling
2018-03-03 09:49:44 +08:00
Klaus Ma b29c528f86
Merge branch 'master' into gang_ut 2018-03-02 18:30:29 +08:00
Klaus Ma 1d4c93f4dc
Merge pull request #175 from jinzhejz/refine
code refine
2018-03-02 18:28:32 +08:00
Zhe Jin 25cce4546e add ut cases for gang scheduling 2018-03-02 16:57:39 +08:00
Zhe Jin ea3d9b7025 code refine 2018-03-02 15:57:28 +08:00
Klaus Ma 21059b46cf
Merge pull request #174 from jinzhejz/gang
gang scheduling
2018-03-02 10:59:34 +08:00
Zhe Jin ab5e8b9834 update ut cases 2018-03-02 09:49:15 +08:00
Zhe Jin 63fa364a7d gang scheduling 2018-03-02 09:48:57 +08:00
Klaus Ma b57f091679
Merge pull request #173 from jinzhejz/refine
code refine
2018-02-28 22:31:55 +08:00
Zhe Jin b542b81c58 code refine 2018-02-28 14:33:35 +08:00
Klaus Ma eec64e91b7
Merge pull request #171 from gaocegege/patch-1
batchd_tutorial: Fix a typo
2018-02-26 09:59:50 +08:00
Ce Gao c3366c9f1a
batchd_tutorial: Fix a typo 2018-02-26 09:56:03 +08:00
Klaus Ma a44363a71a
Merge pull request #169 from kkaneda/kenji/cache_minor_fix
Make minor fixes to cache.go
2018-02-18 15:14:22 +08:00
Klaus Ma b9457b4c1b
Merge branch 'master' into kenji/cache_minor_fix 2018-02-16 20:53:01 +08:00
Klaus Ma 9b84c10b83
Merge pull request #168 from gaocegege/gometalinter
*: Add golinter
2018-02-16 20:52:33 +08:00
Kenji Kaneda efb07873cf Make minor fixes to cache.go
Fix errors reported by "go vet" and "errcheck". The error from "go vet" was following:

batchd/cache/cache.go:677: String passes lock by value: cache.SchedulerCache
2018-02-15 22:48:13 -08:00
Ce Gao dde2bf2fdf hack: Remove debug statements
Signed-off-by: Ce Gao <ce.gao@outlook.com>
2018-02-13 23:15:00 +08:00
Ce Gao 90ff6961ca golint: Add failure file
Signed-off-by: Ce Gao <ce.gao@outlook.com>
2018-02-13 23:11:30 +08:00
Ce Gao 90e140882c *: Add golint
Signed-off-by: Ce Gao <ce.gao@outlook.com>
2018-02-13 21:48:40 +08:00
Klaus Ma 051949e02b
Merge pull request #167 from k82cn/assigned_pod
Added Assigned pods slice.
2018-02-10 19:04:16 +08:00
Da K. Ma 0d061f24b5 Added Assigned pods slice.
Signed-off-by: Da K. Ma <madaxa@cn.ibm.com>
2018-02-10 14:58:38 +08:00
Klaus Ma dffa0d5d23
Merge pull request #166 from k82cn/rename_pri
Renamed priority to share.
2018-02-09 22:09:07 +08:00