1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-20 23:30:14 +00:00
node-feature-discovery/deployment/helm/node-feature-discovery
Markus Lehtonen 76569bd846 api/nfd: extend NodeFeatureGroup to support vars
Add Vars and VarsTemplate fields to the NodeFeatureGroup spec. This
enables construction of complex rule hierarchies by making it possible
to reference/use results of preceding rules when evaluating a rule.
2025-03-12 17:42:44 +02:00
..
crds api/nfd: extend NodeFeatureGroup to support vars 2025-03-12 17:42:44 +02:00
templates allow configuration of image pull secrets in post-delete job 2025-03-12 08:44:17 +11:00
.helmignore helm: move files under deployment/helm 2021-08-16 14:44:26 +03:00
Chart.yaml deployment: optional mount of /usr/src 2021-08-26 10:52:26 +02:00
README.md docs: Fix link for Helm docs 2023-01-17 15:23:30 +01:00
values.yaml Remove deprecated toleration/affinity value 2025-03-04 11:19:10 +01: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.