mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2024-12-14 11:57:51 +00:00
b0d0797936
User can now configure the list of device classes to detect, either via a configuration file or by using the --options command line flag. An example of a command line flag to detect all network controllers and ("main class 0x02) and VGA display controllers ("main" class 0x03 and subclass 0x00) would be: --options='{"sources": {"pci": {"deviceClassWhitelist": ["02", "0300"] } } }' |
||
---|---|---|
.. | ||
cpuid | ||
fake | ||
iommu | ||
memory | ||
network | ||
panic_fake | ||
pci | ||
pstate | ||
rdt | ||
selinux | ||
storage | ||
source.go |