From f7095789287f19d60ffff09da3a47d93a124fb3c Mon Sep 17 00:00:00 2001 From: pengli Date: Mon, 24 Feb 2020 17:31:13 +0800 Subject: [PATCH] Correct the wrong MD format --- docs/podtemplates.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/podtemplates.md b/docs/podtemplates.md index e7994ef3732..a5b56c48400 100644 --- a/docs/podtemplates.md +++ b/docs/podtemplates.md @@ -46,7 +46,8 @@ The current fields supported are: [priority class](https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/) to use when running the pod. Use this, for example, to selectively enable preemption on lower priority workloads. - - `schedulerName` the name of the [scheduler](https://kubernetes.io/docs/tasks/administer-cluster/configure-multiple-schedulers/) +- `schedulerName` the name of the + [scheduler](https://kubernetes.io/docs/tasks/administer-cluster/configure-multiple-schedulers/) to use when dispatching the Pod. This can be used when workloads of specific types need specific schedulers, eg: If you are using volcano.sh for Machine Learning Workloads, you can pass the schedulerName and have Tasks be dispatched by the volcano.sh scheduler.