Add content best practices

Co-authored-by: Rey Lejano <rlejano@gmail.com>
This commit is contained in:
Chiranga Alwis
2021-11-02 10:28:51 +05:30
committed by GitHub
parent 35525d17b5
commit eedbfd5724
@@ -71,7 +71,7 @@ config. Save it as `my-scheduler.yaml`:
{{< codenew file="admin/sched/my-scheduler.yaml" >}}
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/)
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