We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35525d1 commit eedbfd5Copy full SHA for eedbfd5
content/en/docs/tasks/extend-kubernetes/configure-multiple-schedulers.md
@@ -71,7 +71,7 @@ config. Save it as `my-scheduler.yaml`:
71
72
{{< codenew file="admin/sched/my-scheduler.yaml" >}}
73
74
-In the above manifest, we have used a [Scheduler Configuration](/docs/reference/scheduling/config/)
+In the above manifest, you use a [Scheduler Configuration](/docs/reference/scheduling/config/)
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
0 commit comments