diff --git a/hack/k8s-patch/template-patch/gpu-nfd-default-rule.yaml b/hack/k8s-patch/template-patch/gpu-nfd-default-rule.yaml index 76697aa2..6a3583f9 100644 --- a/hack/k8s-patch/template-patch/gpu-nfd-default-rule.yaml +++ b/hack/k8s-patch/template-patch/gpu-nfd-default-rule.yaml @@ -180,6 +180,11 @@ spec: matchExpressions: vendor: {op: In, value: ["1002"]} device: {op: In, value: ["73a1"]} # V620 + - matchFeatures: + - feature: pci.device + matchExpressions: + vendor: {op: In, value: ["1002"]} + device: {op: In, value: ["7551"]} # AI PRO R9700 / R9700S / R9600 # AMD Radeon - matchFeatures: - feature: pci.device diff --git a/helm-charts-k8s/templates/gpu-nfd-default-rule.yaml b/helm-charts-k8s/templates/gpu-nfd-default-rule.yaml index 76697aa2..6a3583f9 100644 --- a/helm-charts-k8s/templates/gpu-nfd-default-rule.yaml +++ b/helm-charts-k8s/templates/gpu-nfd-default-rule.yaml @@ -180,6 +180,11 @@ spec: matchExpressions: vendor: {op: In, value: ["1002"]} device: {op: In, value: ["73a1"]} # V620 + - matchFeatures: + - feature: pci.device + matchExpressions: + vendor: {op: In, value: ["1002"]} + device: {op: In, value: ["7551"]} # AI PRO R9700 / R9700S / R9600 # AMD Radeon - matchFeatures: - feature: pci.device