Skip to content

Commit

Permalink
Correct the wrong MD format
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-pli authored and tekton-robot committed Feb 24, 2020
1 parent bb1d197 commit f1bc1bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/podtemplates.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f1bc1bb

Please sign in to comment.