mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-16 21:38:23 +00:00
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"] } } }'
6 lines
89 B
Text
6 lines
89 B
Text
#sources:
|
|
# pci:
|
|
# deviceClassWhitelist:
|
|
# - "0200"
|
|
# - "03"
|
|
# - "12"
|