intel-device-plugins-for-ku.../deployments/operator/samples/deviceplugin_v1_qatdeviceplugin.yaml
Tuomas Katila 2cbc3d55dd operator: update images to 0.32.0
Signed-off-by: Tuomas Katila <tuomas.katila@intel.com>
2025-01-30 09:56:49 +02:00

16 lines
363 B
YAML

apiVersion: deviceplugin.intel.com/v1
kind: QatDevicePlugin
metadata:
name: qatdeviceplugin-sample
spec:
image: intel/intel-qat-plugin:0.32.0
initImage: intel/intel-qat-initcontainer:0.32.0
dpdkDriver: vfio-pci
kernelVfDrivers:
- 4xxxvf
- 420xxvf
maxNumDevices: 1
logLevel: 4
nodeSelector:
intel.feature.node.kubernetes.io/qat: 'true'