We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d919ca commit 20b342aCopy full SHA for 20b342a
device_plugins/qat_device_plugin.yaml
@@ -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