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

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

[release-0.12] docs: mention NodeFeature as an extension point
This commit is contained in:
Kubernetes Prow Robot 2022-12-21 03:49:24 -08:00 committed by GitHub
commit 590e8c88b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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