mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-15 04:57:56 +00:00
Merge pull request #1469 from marquiz/devel/fix-docs
docs: fix small typo in customization guide
This commit is contained in:
commit
38ed148352
1 changed files with 1 additions and 1 deletions
|
@ -932,7 +932,7 @@ Consider the following example:
|
||||||
The rule above will create individual labels
|
The rule above will create individual labels
|
||||||
`feature.node.kubernetes.io/vendor-<class-id>-<device-id>.present=true` for
|
`feature.node.kubernetes.io/vendor-<class-id>-<device-id>.present=true` for
|
||||||
each network controller device (device class starting with 02) from vendor
|
each network controller device (device class starting with 02) from vendor
|
||||||
0ffff.
|
0fff.
|
||||||
|
|
||||||
All the matched features of each feature matcher term under `matchFeatures`
|
All the matched features of each feature matcher term under `matchFeatures`
|
||||||
fields are available for the template engine. Matched features can be
|
fields are available for the template engine. Matched features can be
|
||||||
|
|
Loading…
Add table
Reference in a new issue