Skip to content

Commit 38ab9cc

Browse files
gaocegegek8s-ci-robot
authored andcommitted
fix: Fix the repo (#1005)
* fix: Fix the repo Signed-off-by: Ce Gao <[email protected]> * fix: Fix the statement Signed-off-by: Ce Gao <[email protected]>
1 parent 070a0ea commit 38ab9cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/docs/other-guides/job-scheduling.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ description = "How to schedule a job with gang-scheduling"
44
weight = 30
55
+++
66

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
88
Kubeflow, to allow jobs to run multiple pods at the same time.
99

1010
## Running jobs with gang-scheduling
1111
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.
1212

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.
1414
* Take tf-operator for example, enable gang-scheduling in tf-operator by setting true to `--enable-gang-scheduling` flag.
1515

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.
1717

1818
The yaml to use volcano scheduler to schedule your job as a gang is the same as non-gang-scheduler, for example.
1919

0 commit comments

Comments
 (0)