Skip to content

Commit 8aad524

Browse files
authored
Merge pull request #116 from intel/hershpa-patch-2-1
machine_config: Use default worker pool and NFD QAT label for QAT machine config
2 parents 12d689b + 52886ba commit 8aad524

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)