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.

Install

Install with:

helm repo add node-feature-discovery https://kubernetes-sigs.github.io/node-feature-discovery/charts/
helm install node-feature-discovery node-feature-discovery/node-feature-discovery -f values.yaml

Examples

See examples from other people.

Top Repositories (5 out of 124)

NameRepoStarsVersionTimestamp
node-feature-discoveryangelnu/k8s-gitops1210.15.46 days ago
node-feature-discoverycoolguy1771/home-ops520.15.47 days ago
node-feature-discoveryahinko/home-ops820.15.49 days ago
node-feature-discoveryauricom/home-ops1380.15.413 days ago
node-feature-discoverysamip5/k8s-cluster730.15.413 days ago

Values

See the most popular values for this chart:

KeyTypes
string
string
string
string
number
string
string
string
string
string
string
string
string
string
string
string
string
string
string
string
string
string
string
string
string
string
string
string
string
string
string
string
string
string
string
string
string
string
string
string
string
string
string
string
string
string
string
string
string
string
worker.config.sources.pci.deviceClassWhitelist[] (11)
- "02"
- "0200"
- "0207"
- "0300"
- "0302"
string
string
string
string
string
string
string
string
string
string
string
string
worker.tolerations[].key (10)
node-role.kubernetes.io/master
string
string
string
string
string
string
string
string
boolean
string
boolean
boolean
boolean
string
string
string
string
string
master.tolerations[].key (8)
node-role.kubernetes.io/master
string
string
number
string
string
string
number
string
string
string
string
number
number
string
string
string
string
string
string
boolean
string
boolean
string
boolean
boolean
boolean
string
string
string
boolean
string
string
string
string
string
string
string
string
string
string
string