pusher/k8s-spot-rescheduler

Preemptible pods not taken into account

bruecktech opened this issue · 0 comments

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