How to use a fake KWOK cluster with a custom scheduler ? #1031
annis-souames
started this conversation in
General
Replies: 1 comment
-
For scheduling KWOK is exactly the same as the real cluster, so maybe you should check the settings for taint and tolerance. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have setup a fake KWOK cluster with a dozens of nodes and several pods. I would like to alter the scheduler and use a custom scheduler that I built in Python, this scheduler uses a simple round-robin to schedule pods for some research goals.
Most tutorials mention building the scheduler and then containerize it and deploying it as a pod, then changing the
schedulerName
field in other pods spec, however, I'm not sure that this would work with a simulated cluster using Kwok since all nodes are fake and an actual scheduler cannot be deployed as a pod.Is there any way around this ?
Beta Was this translation helpful? Give feedback.
All reactions