intel-device-plugins-for-ku.../deployments/operator/samples/deviceplugin_v1_qatdeviceplugin.yaml
Mikko Ylinen 9d0d6cbe11 qat: set c6xxvf and 4xxxvf to default devices
The devices enabled by default are different between the
kustomize and operator based deployments.

This change harmonizes the defaults to c6xxvf and 4xxxvf
in both deployment options.

Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2021-09-23 10:50:38 +03:00

21 lines
626 B
YAML

apiVersion: deviceplugin.intel.com/v1
kind: QatDevicePlugin
metadata:
name: qatdeviceplugin-sample
# example apparmor annotation
# see more details here:
# - https://kubernetes.io/docs/tutorials/clusters/apparmor/#securing-a-pod
# - https://github.com/intel/intel-device-plugins-for-kubernetes/issues/381
# annotations:
# container.apparmor.security.beta.kubernetes.io/intel-qat-plugin: unconfined
spec:
image: intel/intel-qat-plugin:0.21.0
dpdkDriver: vfio-pci
kernelVfDrivers:
- c6xxvf
- 4xxxvf
maxNumDevices: 1
logLevel: 4
nodeSelector:
feature.node.kubernetes.io/qat-c6xx: 'true'