mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-28 02:37:11 +00:00
README: minor corrections to pci feature label description
This commit is contained in:
parent
5b38896ea0
commit
8a34a40a6d
1 changed files with 2 additions and 2 deletions
|
@ -271,10 +271,10 @@ possible security implications.
|
|||
| -------------------- | --------- | ----------------------------------------- |
|
||||
| <device label> | present | PCI device is detected
|
||||
|
||||
The `<device label>` part is composed of raw PCI IDs, separated by dashes.
|
||||
`<device label>` is composed of raw PCI IDs, separated by underscores.
|
||||
The set of fields used in `<device label>` is configurable, valid fields being
|
||||
`class`, `vendor`, `device`, `subsystem_vendor` and `subsystem_device`.
|
||||
Defaults fields are `class` and `vendor`. An example label using the default
|
||||
Defaults are `class` and `vendor`. An example label using the default
|
||||
label fields:
|
||||
```
|
||||
feature.node.kubernetes.io/pci-1200_8086.present=true
|
||||
|
|
Loading…
Add table
Reference in a new issue