1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-14 20:56:42 +00:00

docs: fix typo in CRD name

This commit is contained in:
Markus Lehtonen 2022-12-21 13:42:10 +02:00
parent 6fb444cd84
commit 8c0e38d0c5

View file

@ -20,10 +20,10 @@ NFD uses some Kubernetes [custom resources][custom-resources].
## NodeFeature
**EXPERIMENTAL**
NodeFeatureRule is an NFD-specific custom resource for communicating node
features and node labeling requests. Support for NodeFeatureRule objects is
NodeFeature is an NFD-specific custom resource for communicating node
features and node labeling requests. Support for NodeFeature objects is
disabled by default. If enabled, nfd-master watches for NodeFeature objects,
labels nodes accordingly and uses the listed features as input when evaluating
labels nodes as specified and uses the listed features as input when evaluating
[NodeFeatureRule](#nodefeaturerule)s. NodeFeature objects can be used for
implementing 3rd party extensions (see
[customization guide](customization-guide#nodefeature-custom-resource) for more