mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-15 04:57:56 +00:00
Add new config option for specifying the device label, i.e. the <device-label> part in node.alpha.kubernetes-incubator.io/nfd-pci-<device label>.present The option is a list of field names: "class" PCI device class "vendor" Vendor ID "device" Device ID "subsystem_vendor" Subsystem vendor ID "subsystem_device" Subsystem device ID E.g. the following command line flag can be used to use all of the above: --options='{"sources": {"pci": {"deviceLabelFields": ["class", "vendor", "device", "subsystem_vendor", "subsystem_device"] } } }' |
||
---|---|---|
.. | ||
cpuid | ||
fake | ||
iommu | ||
memory | ||
network | ||
panic_fake | ||
pci | ||
pstate | ||
rdt | ||
selinux | ||
storage | ||
source.go |