Skip to content

Commit 20b342a

Browse files
committed
device_plugin: Added QAT plugin reference CR
Signed-off-by: chaitanya1731 <chaitanya.kulkarni@intel.com>
1 parent 1d919ca commit 20b342a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

device_plugins/qat_device_plugin.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Copyright (c) 2023 Intel Corporation
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
apiVersion: deviceplugin.intel.com/v1
5+
kind: QatDevicePlugin
6+
metadata:
7+
name: qatdeviceplugin-sample
8+
spec:
9+
image: registry.connect.redhat.com/intel/intel-qat-plugin@sha256:b3e3022314347d451042cf52123215eddf9d21059665d8a1d9c92c58e88c135c
10+
initImage: registry.connect.redhat.com/intel/intel-qat-initcontainer@sha256:29653c807ba5335be84b3e54a723ecec9173d0f460e2ba07845af1c89e2f4376
11+
dpdkDriver: vfio-pci
12+
kernelVfDrivers:
13+
- c6xxvf
14+
- 4xxxvf
15+
maxNumDevices: 1
16+
logLevel: 4
17+
nodeSelector:
18+
intel.feature.node.kubernetes.io/qat: "true"

0 commit comments

Comments
 (0)