Skip to content

Commit df9026a

Browse files
committed
docs: rename heading in customization guide
"Feature rule format" is more appropriate as we now support extended resources and taints in addition to labels.
1 parent e2c7c8f commit df9026a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/usage/customization-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ Now, on X86 platforms the feature label appears after doing `modprobe dummy` on
158158
a system and correspondingly the label is removed after `rmmod dummy`. Note a
159159
re-labeling delay up to the sleep-interval of nfd-worker (1 minute by default).
160160

161-
See [Label rule format](#label-rule-format) for detailed description of
161+
See [Feature rule format](#feature-rule-format) for detailed description of
162162
available fields and how to write labeling rules.
163163

164164
### NodeFeatureRule tainting feature
@@ -503,7 +503,7 @@ The namespace part (i.e. prefix) of the labels is controlled by nfd:
503503
command line flag of nfd-master.
504504
e.g: `nfd-master -deny-label-ns="*" -extra-label-ns=example.com`
505505

506-
## Label rule format
506+
## Feature rule format
507507

508508
This section describes the rule format used in
509509
[`NodeFeatureRule`](#nodefeaturerule-custom-resource) objects and in the

0 commit comments

Comments
 (0)