kubewharf / godel-scheduler

a unified scheduler for online and offline tasks
Apache License 2.0
377 stars 58 forks source link

Is there a plugin like interpodaffinity in kube-scheduler to process PodAntiAffinity? #24

Open majoyz opened 4 months ago

majoyz commented 4 months ago

I didn't find any code that process PodAntiAffinity, is there any similiar plugin or function in godel-scheduler?

NickrenREN commented 4 months ago

We do implement a similar plugin for pod anti-affinity, it is a simplified version but extensibility is not as good as k8s PodAnityAffinity. We will open source it soon.