Reputation: 1632
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?
Upvotes: 1
Views: 129