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