Update config refs to KubeSchedulerConfiguration
parent
c5cb03ab13
commit
7449bb36a0
|
@ -71,7 +71,7 @@ config. Save it as `my-scheduler.yaml`:
|
|||
|
||||
{{< codenew file="admin/sched/my-scheduler.yaml" >}}
|
||||
|
||||
In the above manifest, you use a [Scheduler Configuration](/docs/reference/scheduling/config/)
|
||||
In the above manifest, you use a [KubeSchedulerConfiguration](/docs/reference/scheduling/config/)
|
||||
to customize the behavior of your scheduler implementation. This configuration has been passed to
|
||||
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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue