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.
2 parents 3ca7abc + 75fa920 commit 47b2ba5Copy full SHA for 47b2ba5
content/en/docs/tasks/extend-kubernetes/configure-multiple-schedulers.md
@@ -202,4 +202,7 @@ verify that the pods were scheduled by the desired schedulers.
202
```shell
203
kubectl get events
204
```
205
+You can also use a [custom scheduler configuration](/docs/reference/scheduling/config/#multiple-profiles)
206
+or a custom container image for the cluster's main scheduler by modifying its static pod manifest
207
+on the relevant control plane nodes.
208
0 commit comments