We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b0a65f commit bcaff99Copy full SHA for bcaff99
deployments/nfd/overlays/node-feature-rules/node-feature-rules.yaml
@@ -57,9 +57,23 @@ spec:
57
matchExpressions:
58
vendor: {op: In, value: ["8086"]}
59
class: {op: In, value: ["0300", "0380"]}
60
- - feature: kernel.loadedmodule
61
- matchExpressions:
62
- i915: {op: Exists}
+ matchAny:
+ - matchFeatures:
+ - feature: kernel.loadedmodule
63
+ matchExpressions:
64
+ i915: {op: Exists}
65
66
+ - feature: kernel.enabledmodule
67
68
69
70
71
72
+ xe: {op: Exists}
73
74
75
76
77
78
- name: "intel.iaa"
79
labels:
0 commit comments