Compare commits

..

No commits in common. "89f582b6a16ea8c48ae06cb744d3c92d0d482582" and "353c5c417115ec87c05831192b8a3f7a205400fd" have entirely different histories.

1 changed files with 4 additions and 9 deletions

View File

@ -25,8 +25,7 @@ patches:
path: /data/nfd-worker.conf path: /data/nfd-worker.conf
value: |- value: |-
core: core:
sources: sources: ["custom", "pci", "usb"]
- "all"
sources: sources:
usb: usb:
deviceClassWhitelist: deviceClassWhitelist:
@ -49,10 +48,6 @@ patches:
- "subsystem_device" - "subsystem_device"
custom: custom:
- name: "intel-gpu" # Intel integrated GPU - name: "intel-gpu" # Intel integrated GPU
labels: matchOn:
"intel.feature.node.kubernetes.io/gpu": "true" - pciId:
matchFeatures: class: ["0300"]
- feature: pci.device
matchExpressions:
class: {op: In, value: ["0300"]}
vendor: {op: In, value: ["8086"]}