Skip to content

Commit

Permalink
Add note about scheduler name
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Velichkevich <[email protected]>
  • Loading branch information
andreyvelich committed Aug 6, 2024
1 parent 099b20e commit 643598f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/proposals/2170-kubeflow-training-v2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -923,8 +923,6 @@ type MLSpec struct {

The `PodGroupSpec` is used to create the appropriate `PodGroup` for gang-scheduling. It can
be used with Volcano or Coscheduling.
User should add the scheduler name into Pod's `.spec.schedulerName` if the default scheduler is
not the same as `PodGroup` plugin.

```golang
type PodGroupSpec struct {
Expand All @@ -943,7 +941,9 @@ const (
)
```

Here is the example of runtime with gang-scheduling using coscheduling plugin.
The following example shows example of runtime with gang-scheduling using coscheduling plugin.
**Note:** User should add the scheduler name into Pod's `.spec.schedulerName` if the default
scheduler is not the same as `PodGroup` plugin.

```yaml
apiVersion: kubeflow.org/v2alpha1
Expand Down

0 comments on commit 643598f

Please sign in to comment.