Skip to content

Commit ec7c348

Browse files
authored
device-plugins.md: add generic-device-plugin
I'd like to add a reference to a project I created several years ago called squat/generic-device-plugin, which allows Kubernetes to discover and allocate generic Linux devices such as the FUSE device, serial devices, Linux video devices, sound cards, USB devices, etc. This project provides access to Linux devices that do not require special, vendor-specific setup logic. It is often used in conjunction with Iot deployments, e.g. to expose ZigBee devices to a home assistant Deployment.
1 parent 579d46e commit ec7c348

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/en/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,7 @@ Here are some examples of device plugin implementations:
470470
* The [Solarflare device plugin](https://github.com/vikaschoudhary16/sfc-device-plugin)
471471
* The [SR-IOV Network device plugin](https://github.com/intel/sriov-network-device-plugin)
472472
* The [Xilinx FPGA device plugins](https://github.com/Xilinx/FPGA_as_a_Service/tree/master/k8s-device-plugin) for Xilinx FPGA devices
473+
* The [generic device plugin](https://github.com/squat/generic-device-plugin) for generic Linux devices and USB devices
473474

474475
## {{% heading "whatsnext" %}}
475476

0 commit comments

Comments
 (0)