From cfc671baec49dfa3350d3c9472cf08681cb8046d Mon Sep 17 00:00:00 2001 From: Kuralamudhan Ramakrishnan Date: Wed, 27 May 2020 22:40:20 -0700 Subject: Bug fix for the qat device plugin deployment Issue-ID: MULTICLOUD-1075 Signed-off-by: Kuralamudhan Ramakrishnan Change-Id: I0b02a3872b525a061bbdaf87aabad8b3fee539cc --- kud/deployment_infra/images/qat_plugin_privileges.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'kud') diff --git a/kud/deployment_infra/images/qat_plugin_privileges.yaml b/kud/deployment_infra/images/qat_plugin_privileges.yaml index b4eb58bf..9e753f6e 100644 --- a/kud/deployment_infra/images/qat_plugin_privileges.yaml +++ b/kud/deployment_infra/images/qat_plugin_privileges.yaml @@ -13,6 +13,15 @@ spec: labels: app: intel-qat-kernel-plugin spec: + affinity: + nodeAffinity: + requiredDuringSchedulingIgnoredDuringExecution: + nodeSelectorTerms: + - matchExpressions: + - key: feature.node.kubernetes.io/pci-0b40_8086.present + operator: In + values: + - true containers: - name: intel-qat-kernel-plugin securityContext: -- cgit 1.2.3-korg