From dcbf15211824b608c10aa93b2702951271de1b5c Mon Sep 17 00:00:00 2001 From: Chiranga Alwis Date: Mon, 18 Oct 2021 20:29:53 +0530 Subject: [PATCH] Remove unnecessary reference to scheduler Co-authored-by: Aldo Culquicondor <1299064+alculquicondor@users.noreply.github.com> --- .../tasks/extend-kubernetes/configure-multiple-schedulers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 81c7bdf59e..2cb1e20dc6 100644 --- a/content/en/docs/tasks/extend-kubernetes/configure-multiple-schedulers.md +++ b/content/en/docs/tasks/extend-kubernetes/configure-multiple-schedulers.md @@ -182,7 +182,7 @@ scheduler in that pod spec. Let's look at three examples. In this case, we specify that this pod should be scheduled using the scheduler that we deployed - `my-scheduler`. Note that the value of `spec.schedulerName` should match the name supplied for the scheduler - in the `schedulerName` field of the mapping `KubeSchedulerProfile` of the scheduler. + in the `schedulerName` field of the mapping `KubeSchedulerProfile`. Save this file as `pod3.yaml` and submit it to the Kubernetes cluster.