add node-feature-discovery

This commit is contained in:
auricom
2020-11-27 15:26:12 +01:00
parent f74a2c92e2
commit 432c3bf13b

View File

@@ -0,0 +1,51 @@
---
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: node-feature-discovery
namespace: kube-system
spec:
interval: 5m
chart:
spec:
chart: node-feature-discovery
version: 1.0.0
sourceRef:
kind: HelmRepository
name: k8s-at-home-charts
namespace: flux-system
interval: 5m
values:
image:
repository: quay.io/kubernetes_incubator/node-feature-discovery
tag: v0.6.0
pullPolicy: IfNotPresent
sources:
- custom
- usb
- pci
config: |
sources:
custom:
- name: "zwave"
matchOn:
- usbId:
class: ["02"]
vendor: ["0658"]
device: ["0200"]
- name: "intel-gpu"
matchOn:
- pciId:
class: ["0300"]
vendor: ["8086"]
usb:
attributeWhitelist:
- "02"
- "0e"
- "ef"
- "fe"
- "ff"
deviceLabelFields:
- "class"
- "vendor"
- "device"