Skip to content

Commit 514db9e

Browse files
Improve and reorder the wording
Co-authored-by: Rey Lejano <[email protected]>
1 parent eedbfd5 commit 514db9e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,7 @@ config. Save it as `my-scheduler.yaml`:
7373

7474
In the above manifest, you use a [Scheduler Configuration](/docs/reference/scheduling/config/)
7575
to customize the behavior of your scheduler implementation. This configuration has been passed to
76-
the `kube-scheduler` during its initialization via `--config` command line argument. The configuration
77-
file has been embedded within the ConfigMap `my-scheduler-config` which has been injected to the scheduler
78-
Deployment via a volume.
76+
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.
7977

8078
In the aforementioned Scheduler Configuration, your scheduler implementation has been represented via
8179
a [KubeSchedulerProfile](/docs/reference/config-api/kube-scheduler-config.v1beta2/#kubescheduler-config-k8s-io-v1beta2-KubeSchedulerProfile).

0 commit comments

Comments
 (0)