aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKuralamudhan Ramakrishnan <kuralamudhan.ramakrishnan@intel.com>2020-05-27 22:40:20 -0700
committerKuralamudhan Ramakrishnan <kuralamudhan.ramakrishnan@intel.com>2020-05-27 22:40:20 -0700
commitcfc671baec49dfa3350d3c9472cf08681cb8046d (patch)
tree890d30dead213a40d7cc5116484a7b73275117dd
parent99a6c24e4d5aca2ade6956cd1ba38ae7c309070c (diff)
Bug fix for the qat device plugin deployment
Issue-ID: MULTICLOUD-1075 Signed-off-by: Kuralamudhan Ramakrishnan <kuralamudhan.ramakrishnan@intel.com> Change-Id: I0b02a3872b525a061bbdaf87aabad8b3fee539cc
-rw-r--r--kud/deployment_infra/images/qat_plugin_privileges.yaml9
1 files changed, 9 insertions, 0 deletions
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: