AliyunContainerService / gpushare-scheduler-extender

GPU Sharing Scheduler for Kubernetes Cluster
Apache License 2.0
1.36k stars 303 forks source link

plugin does not evenly distribute the pods. 这个插件无法均匀分配Pod。 #207

Open valafon opened 1 year ago

valafon commented 1 year ago

When I try to create pods using the plugin, it sequentially fills the first GPU, and only when the first one is filled, it starts filling the second one. At the same time, I expected the plugin to attempt to evenly distribute the pods across the GPUs. Is it possible to configure it this way?

Translated to chinese with AI: 当我尝试使用插件创建Pod时,它会依次填充第一个GPU,只有当第一个GPU被填满后,它才会开始填充第二个GPU。与此同时,我希望插件尝试在GPU之间均匀分配Pod。是否可以进行这样的配置?

gitligl commented 1 year ago

pod在多张GPU之间均衡分布,有结果嘛

harrymore commented 9 months ago

尝试使用亲和力去实现