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
Copy file name to clipboardExpand all lines: content/en/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -141,12 +141,13 @@ ensure the continuous functioning of the device allocations during the upgrade.
141
141
For examples of device plugin implementations, see:
142
142
143
143
* The official [NVIDIA GPU device plugin](https://github.com/NVIDIA/k8s-device-plugin)
144
-
* it requires using [nvidia-docker 2.0](https://github.com/NVIDIA/nvidia-docker) which allows you to run GPU enabled docker containers
145
-
* The [NVIDIA GPU device plugin for COS base OS](https://github.com/GoogleCloudPlatform/container-engine-accelerators/tree/master/cmd/nvidia_gpu).
144
+
* Requires [nvidia-docker 2.0](https://github.com/NVIDIA/nvidia-docker) which allows you to run GPU enabled docker containers.
145
+
* The [NVIDIA GPU device plugin for COS base OS](https://github.com/GoogleCloudPlatform/container-engine-accelerators/tree/master/cmd/nvidia_gpu)
146
146
* The [RDMA device plugin](https://github.com/hustcat/k8s-rdma-device-plugin)
147
147
* The [Solarflare device plugin](https://github.com/vikaschoudhary16/sfc-device-plugin)
148
148
* The [AMD GPU device plugin](https://github.com/RadeonOpenCompute/k8s-device-plugin)
149
149
* The [SRIOV Network device plugin](https://github.com/intel/sriov-network-device-plugin)
150
+
* The [Intel device plugins](https://github.com/intel/intel-device-plugins-for-kubernetes) for GPU and FPGA devices
0 commit comments