From b87508b7fbfabff3af59fa75ae1b944279664643 Mon Sep 17 00:00:00 2001 From: vaibhav Date: Fri, 12 Mar 2021 21:31:00 +0530 Subject: [PATCH 1/2] Linking a page --- .../tasks/extend-kubernetes/configure-multiple-schedulers.md | 2 ++ 1 file changed, 2 insertions(+) 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 b0e272afa0..3f75467f96 100644 --- a/content/en/docs/tasks/extend-kubernetes/configure-multiple-schedulers.md +++ b/content/en/docs/tasks/extend-kubernetes/configure-multiple-schedulers.md @@ -202,4 +202,6 @@ verify that the pods were scheduled by the desired schedulers. ```shell kubectl get events ``` +You can also use a [custom scheduler configuration,](https://kubernetes.io/docs/reference/scheduling/config/#multiple-profiles) or custom container image, for the cluster's main scheduler by modifying its static pod manifest on the relevant control plane host. + From 75fa920cf3f05bdbc43d975ddabd6a39407c2ab5 Mon Sep 17 00:00:00 2001 From: Vaibhav Goel <79974025+vaibhav2107@users.noreply.github.com> Date: Mon, 15 Mar 2021 12:39:28 +0530 Subject: [PATCH 2/2] Update content/en/docs/tasks/extend-kubernetes/configure-multiple-schedulers.md Co-authored-by: Qiming Teng --- .../tasks/extend-kubernetes/configure-multiple-schedulers.md | 5 +++-- 1 file changed, 3 insertions(+), 2 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 3f75467f96..96f55c3950 100644 --- a/content/en/docs/tasks/extend-kubernetes/configure-multiple-schedulers.md +++ b/content/en/docs/tasks/extend-kubernetes/configure-multiple-schedulers.md @@ -202,6 +202,7 @@ verify that the pods were scheduled by the desired schedulers. ```shell kubectl get events ``` -You can also use a [custom scheduler configuration,](https://kubernetes.io/docs/reference/scheduling/config/#multiple-profiles) or custom container image, for the cluster's main scheduler by modifying its static pod manifest on the relevant control plane host. - +You can also use a [custom scheduler configuration](/docs/reference/scheduling/config/#multiple-profiles) +or a custom container image for the cluster's main scheduler by modifying its static pod manifest +on the relevant control plane nodes.