diff --git a/docs/proposals/2170-kubeflow-training-v2/README.md b/docs/proposals/2170-kubeflow-training-v2/README.md index 0bf0acb3a2..729cdee75c 100644 --- a/docs/proposals/2170-kubeflow-training-v2/README.md +++ b/docs/proposals/2170-kubeflow-training-v2/README.md @@ -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 { @@ -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