Skip to content

Commit 7449bb3

Browse files
committed
Update config refs to KubeSchedulerConfiguration
1 parent c5cb03a commit 7449bb3

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
@@ -71,7 +71,7 @@ config. Save it as `my-scheduler.yaml`:
7171

7272
{{< codenew file="admin/sched/my-scheduler.yaml" >}}
7373

74-
In the above manifest, you use a [Scheduler Configuration](/docs/reference/scheduling/config/)
74+
In the above manifest, you use a [KubeSchedulerConfiguration](/docs/reference/scheduling/config/)
7575
to customize the behavior of your scheduler implementation. This configuration has been passed to
7676
the `kube-scheduler` during initialization with the `--config` option. The `my-scheduler-config` ConfigMap stores the configuration file. The Pod of the`my-scheduler` Deployment mounts the `my-scheduler-config` ConfigMap as a volume.
7777

0 commit comments

Comments
 (0)