Open ferris-cx opened 3 months ago
This issue has been automatically marked as stale because it has not had recent activity. This bot triages issues and PRs according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, the issue is closed
You can:/remove-lifecycle stale
/close
Thank you for your contributions.
Koordinator does not currently support RDMA PF or VF (RDMA virtual network Card) resource management and scheduling allocation. But Koordinator seems to have supported RDMA scheduling, and also implemented allocation algorithms, just allocation algorithms. As far as I know, there is a change in this framework: the allocation algorithm is transferred from the previous kubelet to the scheduling center. Kubelet is responsible for reading the VF device ID from the labeled pod when creating the pod, and then calls the Allocate method of device-plugin to complete the final VF allocation. The entire framework needs to implement: