1

I've customized the kubernetes' scheduler using Scheduling framework described here which works fine every time a new pod is going to be created.
What i want additionally is to run the scheduler periodically on every pod. The purpose is to offload the pods to another node if needed.

How can i do this?

Faramarz Qoshchi
  • 1,292
  • 1
  • 13
  • 24
  • Are you looking for something like [this](https://docs.openshift.com/container-platform/4.7/nodes/scheduling/nodes-custom-scheduler.html)? – Hector Martinez Rodriguez Aug 24 '22 at 01:01
  • @HectorMartinezRodriguez This post only mentions creating a custom scheduler. What i'm looking for is running this custom scheduler periodically(i.e. every minute) to offload pods(if necessary) to new nodes. – Faramarz Qoshchi Oct 06 '22 at 09:31

0 Answers0