mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2024-12-14 11:57:51 +00:00
501ff37592
This commit makes the mount of /usr/src optional in the Helm chart, and removes it from the kustomization. Reason is that some systems do not have a /usr/src (such as Talos) *and* have a R/O filesystem. Since /usr/src is optional per FHS 3.0, NFD should not assume its presence. Signed-off-by: Jorik Jonker <jorik@kippendief.biz>
15 lines
442 B
YAML
15 lines
442 B
YAML
apiVersion: v2
|
|
appVersion: master
|
|
description: |
|
|
Detects hardware features available on each node in a Kubernetes cluster, and advertises
|
|
those features using node labels.
|
|
name: node-feature-discovery
|
|
sources:
|
|
- https://github.com/kubernetes-sigs/node-feature-discovery
|
|
home: https://github.com/kubernetes-sigs/node-feature-discovery
|
|
keywords:
|
|
- feature-discovery
|
|
- feature-detection
|
|
- node-labels
|
|
type: application
|
|
version: 0.2.1
|