From b91922746a9c4a2b21f05f894e46b3341e6a3fca Mon Sep 17 00:00:00 2001 From: Markus Lehtonen Date: Wed, 21 Dec 2022 13:26:31 +0200 Subject: [PATCH] docs: mention NodeFeature as an extension point In the CRD intro, mention that NodeFeature can be used as an integration point for 3rd party extensions. --- docs/usage/custom-resources.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/usage/custom-resources.md b/docs/usage/custom-resources.md index deec64dec..8a4853d40 100644 --- a/docs/usage/custom-resources.md +++ b/docs/usage/custom-resources.md @@ -24,7 +24,10 @@ NodeFeatureRule is an NFD-specific custom resource for communicating node features and node labeling requests. Support for NodeFeatureRule 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 -[NodeFeatureRule](#nodefeaturerule)s. +[NodeFeatureRule](#nodefeaturerule)s. NodeFeature objects can be used for +implementing 3rd party extensions (see +[customization guide](customization-guide#nodefeature-custom-resource) for more +details). ```yaml apiVersion: nfd.k8s-sigs.io/v1alpha1