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

NameRepoStarsVersionTimestamp
node-feature-discoverychkpwd/iac520.15.410 hours ago
node-feature-discoveryszinn/k8s-homelab1390.15.415 hours ago
node-feature-discoveryburoa/k8s-gitops1340.15.4a day ago
node-feature-discoveryharaldkoch/kochhaus-home930.15.4a day ago
node-feature-discoveryharaldkoch/kochhaus-home930.15.4a day 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
worker.config.sources.pci.deviceClassWhitelist[] (10)
- "02"
- "0200"
- "0207"
- "0300"
- "0302"
string
string
string
string
string
string
string
string
string
string
string
string
string
worker.tolerations[].key (12)
node-role.kubernetes.io/master
string
string
string
string
string
string
string
boolean
string
boolean
boolean
boolean
string
string
string
string
string
string
number
string
string
string
string
number
string
master.tolerations[].key (9)
node-role.kubernetes.io/master
string
string
string
number
number
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