We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a0f0e2 commit dcbf152Copy full SHA for dcbf152
content/en/docs/tasks/extend-kubernetes/configure-multiple-schedulers.md
@@ -182,7 +182,7 @@ scheduler in that pod spec. Let's look at three examples.
182
183
In this case, we specify that this pod should be scheduled using the scheduler that we
184
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.
+ in the `schedulerName` field of the mapping `KubeSchedulerProfile`.
186
187
Save this file as `pod3.yaml` and submit it to the Kubernetes cluster.
188
0 commit comments