1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2024-12-14 11:57:51 +00:00

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.
This commit is contained in:
Markus Lehtonen 2022-12-21 13:26:31 +02:00
parent e50839e950
commit b91922746a

View file

@ -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