intel-device-plugins-for-ku.../deployments/operator/samples/deviceplugin_v1_qatdeviceplugin.yaml
Hyeongju Johannes Lee df419b3a82 qat: add initimage to plugin
Signed-off-by: Hyeongju Johannes Lee <hyeongju.lee@intel.com>
2022-03-30 13:46:42 -07:00

22 lines
677 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.23.0
initImage: intel/intel-qat-initcontainer:0.23.0
dpdkDriver: vfio-pci
kernelVfDrivers:
- c6xxvf
- 4xxxvf
maxNumDevices: 1
logLevel: 4
nodeSelector:
intel.feature.node.kubernetes.io/qat: 'true'