Skip to content

Commit dcbf152

Browse files
Remove unnecessary reference to scheduler
Co-authored-by: Aldo Culquicondor <[email protected]>
1 parent 9a0f0e2 commit dcbf152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/extend-kubernetes/configure-multiple-schedulers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ scheduler in that pod spec. Let's look at three examples.
182182

183183
In this case, we specify that this pod should be scheduled using the scheduler that we
184184
deployed - `my-scheduler`. Note that the value of `spec.schedulerName` should match the name supplied for the scheduler
185-
in the `schedulerName` field of the mapping `KubeSchedulerProfile` of the scheduler.
185+
in the `schedulerName` field of the mapping `KubeSchedulerProfile`.
186186

187187
Save this file as `pod3.yaml` and submit it to the Kubernetes cluster.
188188

0 commit comments

Comments
 (0)