mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-05 08:17:04 +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:
parent
e50839e950
commit
b91922746a
1 changed files with 4 additions and 1 deletions
|
@ -24,7 +24,10 @@ NodeFeatureRule is an NFD-specific custom resource for communicating node
|
||||||
features and node labeling requests. Support for NodeFeatureRule objects is
|
features and node labeling requests. Support for NodeFeatureRule objects is
|
||||||
disabled by default. If enabled, nfd-master watches for NodeFeature objects,
|
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 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
|
```yaml
|
||||||
apiVersion: nfd.k8s-sigs.io/v1alpha1
|
apiVersion: nfd.k8s-sigs.io/v1alpha1
|
||||||
|
|
Loading…
Add table
Reference in a new issue