From 514db9eb70568db913fb6deab5c3c19a234c5895 Mon Sep 17 00:00:00 2001 From: Chiranga Alwis Date: Tue, 2 Nov 2021 10:31:38 +0530 Subject: [PATCH] Improve and reorder the wording Co-authored-by: Rey Lejano --- .../tasks/extend-kubernetes/configure-multiple-schedulers.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/content/en/docs/tasks/extend-kubernetes/configure-multiple-schedulers.md b/content/en/docs/tasks/extend-kubernetes/configure-multiple-schedulers.md index 39f0f342c7..f1f919e936 100644 --- a/content/en/docs/tasks/extend-kubernetes/configure-multiple-schedulers.md +++ b/content/en/docs/tasks/extend-kubernetes/configure-multiple-schedulers.md @@ -73,9 +73,7 @@ config. Save it as `my-scheduler.yaml`: In the above manifest, you use a [Scheduler Configuration](/docs/reference/scheduling/config/) to customize the behavior of your scheduler implementation. This configuration has been passed to -the `kube-scheduler` during its initialization via `--config` command line argument. The configuration -file has been embedded within the ConfigMap `my-scheduler-config` which has been injected to the scheduler -Deployment via a volume. +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. In the aforementioned Scheduler Configuration, your scheduler implementation has been represented via a [KubeSchedulerProfile](/docs/reference/config-api/kube-scheduler-config.v1beta2/#kubescheduler-config-k8s-io-v1beta2-KubeSchedulerProfile).