You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/docs/other-guides/job-scheduling.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4,16 +4,16 @@ description = "How to schedule a job with gang-scheduling"
4
4
weight = 30
5
5
+++
6
6
7
-
This guide describes how to use [volcano scheduler](https://github.com/volcano-sh/scheduler) to support gang-scheduling in
7
+
This guide describes how to use [volcano scheduler](https://github.com/volcano-sh/volcano) to support gang-scheduling in
8
8
Kubeflow, to allow jobs to run multiple pods at the same time.
9
9
10
10
## Running jobs with gang-scheduling
11
11
To use gang-scheduling, you have to install volcano scheduler in your cluster first as a secondary scheduler of Kubernetes and configure operator to enable gang-scheduling.
12
12
13
-
*Volcano's scheduler repo is [here](https://github.com/volcano-sh/scheduler) and check how to install it [here](https://github.com/volcano-sh/volcano).
13
+
*Follow the [instructions in the volcano repository](https://github.com/volcano-sh/volcano)to install Volcano.
14
14
* Take tf-operator for example, enable gang-scheduling in tf-operator by setting true to `--enable-gang-scheduling` flag.
15
15
16
-
**Note:** Volcano scheduler and operator in Kubeflow achieve gang-scheduling by using pdb. operator will create the pdb of the job automatically. You can know more about pdb [here](https://kubernetes.io/docs/tasks/run-application/configure-pdb/).
16
+
**Note:** Volcano scheduler and operator in Kubeflow achieve gang-scheduling by using [PodGroup](https://github.com/volcano-sh/volcano/blob/master/pkg/apis/scheduling/v1alpha2/types.go). operator will create the PodGroup of the job automatically.
17
17
18
18
The yaml to use volcano scheduler to schedule your job as a gang is the same as non-gang-scheduler, for example.
0 commit comments