Skip to content

Commit 52886ba

Browse files
committed
machine_config: set intel_iommu=on for the worker nodes with QAT device
Signed-off-by: Hersh Pathak hersh.pathak@intel.com
1 parent c44d529 commit 52886ba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

machine_configuration/100-intel-qat-intel-iommu-on.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ apiVersion: machineconfiguration.openshift.io/v1
55
kind: MachineConfig
66
metadata:
77
labels:
8-
machineconfiguration.openshift.io/role: intel-qat
8+
machineconfiguration.openshift.io/role: worker
99
name: 100-intel-qat-intel-iommu-on
1010
spec:
1111
config:
1212
ignition:
1313
version: 3.2.0
1414
kernelArguments:
1515
- intel_iommu=on
16+
selector:
17+
`intel.feature.node.kubernetes.io/qat: 'true'

0 commit comments

Comments
 (0)