-
Notifications
You must be signed in to change notification settings - Fork 264
Conversation
In the example below all the tasks task1, task2 of job1 and task3 and task4 of job2 is already allocated to the cluster. | ||
![drfjobordering](drfjobordering.png) | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please also include how DRF work with minAvailable.
doc/design/plugin/drf.md
Outdated
|
||
|
||
##### 1.1 Gang Scheduling with DRF in job ordering ( Gang -> DRF) <br /> | ||
Gang scheduling sorts the job based on whether the job has atleast <b>minAvailable</b> task already (allocated + successfully completed + pipelined) or not. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please use markdown instead of html code.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated with markdown
/lgtm |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: k82cn, Rajadeepan The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Docs for DRF Plugin
Docs for DRF Plugin
Docs for DRF Plugin
What this PR does / why we need it:
Added a doc for DRF implemention in kube batch
Preview : https://github.com/Rajadeepan/kube-batch/blob/doc/doc/design/plugin/drf.md
#703