You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Topology Manager is a Kubelet component that allows resources to be co-ordinated in a Topology aligned manner. In order to do this, the Device Plugin API was extended to include a `TopologyInfo` struct.
Here are some examples of device plugin implementations:
567
566
568
567
* The [AMD GPU device plugin](https://github.com/RadeonOpenCompute/k8s-device-plugin)
569
-
* The [Intel device plugins](https://github.com/intel/intel-device-plugins-for-kubernetes) for Intel GPU, FPGAand QuickAssist devices
568
+
* The [Intel device plugins](https://github.com/intel/intel-device-plugins-for-kubernetes) for Intel GPU, FPGA, QAT, VPU, SGX, DSA, DLB and IAA devices
570
569
* The [KubeVirt device plugins](https://github.com/kubevirt/kubernetes-device-plugins) for hardware-assisted virtualization
571
570
* The [NVIDIA GPU device plugin for Container-Optimized OS](https://github.com/GoogleCloudPlatform/container-engine-accelerators/tree/master/cmd/nvidia_gpu)
572
571
* The [RDMA device plugin](https://github.com/hustcat/k8s-rdma-device-plugin)
572
+
* The [SocketCAN device plugin](https://github.com/collabora/k8s-socketcan)
573
573
* The [Solarflare device plugin](https://github.com/vikaschoudhary16/sfc-device-plugin)
574
574
* The [SR-IOV Network device plugin](https://github.com/intel/sriov-network-device-plugin)
575
575
* The [Xilinx FPGA device plugins](https://github.com/Xilinx/FPGA_as_a_Service/tree/master/k8s-fpga-device-plugin) for Xilinx FPGA devices
@@ -579,7 +579,7 @@ Here are some examples of device plugin implementations:
0 commit comments