From: Kuralamudhan Ramakrishnan Date: Thu, 28 May 2020 05:40:20 +0000 (-0700) Subject: Bug fix for the qat device plugin deployment X-Git-Tag: 6.0.0-ONAP~12 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=cfc671baec49dfa3350d3c9472cf08681cb8046d;p=multicloud%2Fk8s.git Bug fix for the qat device plugin deployment Issue-ID: MULTICLOUD-1075 Signed-off-by: Kuralamudhan Ramakrishnan Change-Id: I0b02a3872b525a061bbdaf87aabad8b3fee539cc --- 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: