1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-18 06:18:20 +00:00
node-feature-discovery/deployment/helm/node-feature-discovery
Markus Lehtonen 2d3b3f313d Update references to release v0.15.2
Manually generated with:

    ./hack/prepare-release.sh -g 1.21.8 v0.15.2
2024-03-12 10:44:40 +02:00
..
crds apis/nfd: add matchName field in feature matcher terms 2023-12-15 11:32:23 +02:00
templates nfd-worker: set owner reference in NodeFeature objects 2023-12-08 14:57:31 +02:00
.helmignore helm: move files under deployment/helm 2021-08-16 14:44:26 +03:00
Chart.yaml Update references to release v0.15.2 2024-03-12 10:44:40 +02:00
README.md Update references to release v0.15.0 2023-12-21 21:38:03 +02:00
values.yaml Update references to release v0.15.0 2023-12-21 21:38:03 +02:00

Node Feature Discovery

Node Feature Discovery (NFD) is a Kubernetes add-on for detecting hardware features and system configuration. Detected features are advertised as node labels. NFD provides flexible configuration and extension points for a wide range of vendor and application specific node labeling needs.

See NFD documentation for deployment instructions.