node-feature-discovery helm

Node Feature Discovery is a Kubernetes add-on that helps automate the discovery and configuration of node features such as CPU, memory, and network interfaces.

Most people in k8s at home use Node Feature Discovery to ensure that pods that need video transcoding capabilities are running on a node with an Intel GPU (which has excellent video transcoding capabilities). But also for detecting a Zigbee/Z-Wave USB sticks.

For example, the following code would guarantee that a node will run on a Node with Intel GPU:

affinity:
  nodeAffinity:
    requiredDuringSchedulingIgnoredDuringExecution:
      nodeSelectorTerms:
        - matchExpressions:
          - key: feature.node.kubernetes.io/custom-intel-gpu
            operator: In
            values:
              - "true"

Node Feature Discovery, would figure out a node has an Intel GPU and add the feature.node.kubernetes.io/custom-intel-gpu: true label.

More popular helm chart found

node-feature-discovery from kubernetes-sigs is more popular with 88 repositories.

Install

Install with:

helm repo add node-feature-discovery oci://registry.k8s.io/nfd/charts/
helm install node-feature-discovery node-feature-discovery/node-feature-discovery -f values.yaml

Examples

See examples from other people.

Top Repositories (2 out of 6)

NameRepoStarsVersionTimestamp
node-feature-discoverybillimek/k8s-gitops7410.18.33 days ago
node-feature-discoveryJJGadgets/Biohazard780.18.0a month ago

Values

See the most popular values for this chart:

KeyTypes
boolean
string
worker.config.core.labelSources[] (2)
- custom
- cpu
- pci
- usb
- system
string
string
string
string
string
string
string
worker.config.sources.custom[].matchFeatures[].feature (1)
kernel.loadedmodule
kernel.loadedmodule
kernel.loadedmodule
cpu.cpuid
string
string
string
string
string
string
worker.tolerations[].key (1)
arm
node-role.kubernetes.io/master
string
worker.tolerations[].operator (1)
Exists
Exists
Exists
Exists
string