AliyunContainerService / gpushare-scheduler-extender

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

Any instruction/template to help define customized GPU scheduler policy? #182

Open blackjack2015 opened 2 years ago

blackjack2015 commented 2 years ago

Nice project and interesting topic! We are really excited.

I wonder if there is any instruction/template/get_started to help users define their own GPU resource scheduling policy? It might include but not limited to:

  1. API to get the number of GPU and memory of GPU.
  2. API to annotate the node ID and GPU ID to the pod to be scheduled.

Thanks and looking forward to your suggestions.