AliyunContainerService / gpushare-scheduler-extender

GPU Sharing Scheduler for Kubernetes Cluster
Apache License 2.0
1.39k stars 308 forks source link

Why I can not use prioritise #167

Open chenwenyan opened 2 years ago

chenwenyan commented 2 years ago

I add a verb in the config.json, "prioritizeVerb": "priorities", "weight": 1,

and add its implementation in the project as well. However, I find k8s scheduler does not call this post request. Is there any limitation in this extender?