Faramarz Qoshchi
Faramarz Qoshchi

Reputation: 1632

Run Kubernetes custom scheduler periodically

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

Answers (0)

Related Questions