mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-17 05:48:21 +00:00
docs: rename heading in customization guide
"Feature rule format" is more appropriate as we now support extended resources and taints in addition to labels.
This commit is contained in:
parent
e2c7c8fde8
commit
df9026a6ec
1 changed files with 2 additions and 2 deletions
|
@ -158,7 +158,7 @@ Now, on X86 platforms the feature label appears after doing `modprobe dummy` on
|
||||||
a system and correspondingly the label is removed after `rmmod dummy`. Note a
|
a system and correspondingly the label is removed after `rmmod dummy`. Note a
|
||||||
re-labeling delay up to the sleep-interval of nfd-worker (1 minute by default).
|
re-labeling delay up to the sleep-interval of nfd-worker (1 minute by default).
|
||||||
|
|
||||||
See [Label rule format](#label-rule-format) for detailed description of
|
See [Feature rule format](#feature-rule-format) for detailed description of
|
||||||
available fields and how to write labeling rules.
|
available fields and how to write labeling rules.
|
||||||
|
|
||||||
### NodeFeatureRule tainting feature
|
### NodeFeatureRule tainting feature
|
||||||
|
@ -503,7 +503,7 @@ The namespace part (i.e. prefix) of the labels is controlled by nfd:
|
||||||
command line flag of nfd-master.
|
command line flag of nfd-master.
|
||||||
e.g: `nfd-master -deny-label-ns="*" -extra-label-ns=example.com`
|
e.g: `nfd-master -deny-label-ns="*" -extra-label-ns=example.com`
|
||||||
|
|
||||||
## Label rule format
|
## Feature rule format
|
||||||
|
|
||||||
This section describes the rule format used in
|
This section describes the rule format used in
|
||||||
[`NodeFeatureRule`](#nodefeaturerule-custom-resource) objects and in the
|
[`NodeFeatureRule`](#nodefeaturerule-custom-resource) objects and in the
|
||||||
|
|
Loading…
Add table
Reference in a new issue