You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/tasks/extend-kubernetes/configure-multiple-schedulers.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,9 +73,7 @@ config. Save it as `my-scheduler.yaml`:
73
73
74
74
In the above manifest, you use a [Scheduler Configuration](/docs/reference/scheduling/config/)
75
75
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.
79
77
80
78
In the aforementioned Scheduler Configuration, your scheduler implementation has been represented via
81
79
a [KubeSchedulerProfile](/docs/reference/config-api/kube-scheduler-config.v1beta2/#kubescheduler-config-k8s-io-v1beta2-KubeSchedulerProfile).
0 commit comments