1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-17 13:58:21 +00:00

Merge pull request #1012 from k8s-infra-cherrypick-robot/cherry-pick-1011-to-release-0.12

[release-0.12] docs: fix typo in CRD name
This commit is contained in:
Kubernetes Prow Robot 2022-12-21 04:49:26 -08:00 committed by GitHub
commit d614a3fc39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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