-
Notifications
You must be signed in to change notification settings - Fork 264
Added tutorials for features #434
Comments
I can help on this issue and I think that's a great opportunity to learn this project. My plan is to try all these features and then write tutorials. |
that's great :) |
/assign @Jeffwan |
Hi, I'm trying to understand how kube-batch would work? I assume scheduling based on resources is left to kubernetes scheduler (at least this is what I understand from your kube-batch image. Would you schedule jobs according to priorities and user fairshares like a classic batch system? I'm afraid it is not clear from the documentation. If not (yet?) is it something you are planning? |
yes, that's what're doing here. |
Another maybe silly question. "DRF for Job sharing within Queue" does it mean you are going to use Django for authentication and authorization on use of resources? |
That's another DRF I guess. But it would be interesting to know if you have any authentication/authorization policy layer. |
it's only one of policy, there're some others policy/algorithm here.
It's based on current k8s feature; we did not handle that in scheduler. |
Hi, |
@zoux86 I think that's the only tutorial now. https://github.com/kubernetes-sigs/kube-batch/blob/master/doc/usage/tutorial.md Check a real example here. https://github.com/kubeflow/website/blob/master/content/docs/other-guides/job-scheduling.md Queue part is missing in the tutorial. Let me finish tutorial this week. |
@Jeffwan I look forward to seeing your tutorial . |
@zoux86 sorry I was a little bit busy with some releases this week. Already kick off this task and add more uses cases in the doc. |
/reopen Let's keep this open until we have doc for each feature :) |
@k82cn: Reopened this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/cc @asifdxtreme |
Hi, In tutorials could add more about the scheduler configuration ? |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
@fejta-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
DESCRIPTION: -- symptom of the problem a customer would see
For now, kube-batch supports several features as follow; but we only have basic tutorial and design doc for gang-scheduling. It's better to have related docs for all features.
The text was updated successfully, but these errors were encountered: