pusher / k8s-spot-rescheduler

Tries to move K8s Pods from on-demand to spot instances
Apache License 2.0
311 stars 42 forks source link

Preemptible pods not taken into account #73

Open bruecktech opened 3 years ago

bruecktech commented 3 years ago

Hi

we are using pause pods with priority -1 to overprovision our spot nodes in the cluster. But k8s-spot-rescheduler seems to ignore the preemptible pods while trying to find a spot node for a pod. It still says that no spot node could be found due to insufficient cpu/memory although the pod to be rescheduled is smaller than a pause pod on the spot node. Any ideas what we can do to solve this?

Regards Johannes