Skip to content

Commit e43443b

Browse files
authored
Update NodeFeatureRule for NFD to only add label for NVIDA GPU class of devices (#108)
Signed-off-by: Shiva Krishna, Merla <[email protected]>
1 parent b125258 commit e43443b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deployments/helm/k8s-nim-operator/templates/node-feature-rule.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ spec:
1313
- feature: pci.device
1414
matchExpressions:
1515
vendor: {op: In, value: ["10de"]}
16+
class: {op: In, value: ["0300", "0302"]}
1617
{{- end }}

0 commit comments

Comments
 (0)