mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-28 02:37:11 +00:00
This feature source detects the presence of PCI devices. At the moment, it only advertises GPUs and accelerator cards, i.e. device classes 0x03, 0x0b40 and 0x12. The label format is: node.alpha.kubernetes-incubator.io/nfd-pci-<device label>.present where <device label> is composed of raw PCI IDs: <class id>_<vendor id> |
||
---|---|---|
.. | ||
pci.go |