Skip to content

Commit 701da3f

Browse files
mythitkatila
authored andcommitted
deployments: nfd: update DSA/IAA PCI IDs and nfd version
Based on torvalds/linux@4fecf94 torvalds/linux@f91f2a9 Signed-off-by: Mikko Ylinen <[email protected]>
1 parent fd107cc commit 701da3f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

deployments/nfd/base/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
resources:
4-
- "https://github.com/kubernetes-sigs/node-feature-discovery/deployment/overlays/default?ref=v0.17.0"
4+
- "https://github.com/kubernetes-sigs/node-feature-discovery/deployment/overlays/default?ref=v0.17.1"
55
configMapGenerator:
66
- name: nfd-worker-conf
77
behavior: replace

deployments/nfd/overlays/node-feature-rules/node-feature-rules.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
- feature: pci.device
2525
matchExpressions:
2626
vendor: {op: In, value: ["8086"]}
27-
device: {op: In, value: ["0b25"]}
27+
device: {op: In, value: ["0b25", "11fb", "1212"]}
2828
class: {op: In, value: ["0880"]}
2929
- feature: kernel.loadedmodule
3030
matchExpressions:
@@ -82,7 +82,7 @@ spec:
8282
- feature: pci.device
8383
matchExpressions:
8484
vendor: {op: In, value: ["8086"]}
85-
device: {op: In, value: ["0cfe"]}
85+
device: {op: In, value: ["0cfe", "1216"]}
8686
class: {op: In, value: ["0880"]}
8787
- feature: kernel.loadedmodule
8888
matchExpressions:

0 commit comments

Comments
 (0)