You want to run a new Pod and you would like it to be scheduled by a custom scheduler. How to achieve it?
Answer
Add the following to the spec of the Pod:
spec:
schedulerName: some-custom-scheduler
Add the following to the spec of the Pod:
spec:
schedulerName: some-custom-scheduler