intel-device-plugins-for-ku.../deployments/dlb_plugin/overlays/dlb_initcontainer/dlb_initcontainer.yaml
Mikko Ylinen ef6ecb7680 images: set 0.25.0 tag for the release
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2022-10-17 22:48:03 +03:00

26 lines
651 B
YAML

apiVersion: apps/v1
kind: DaemonSet
metadata:
name: intel-dlb-plugin
spec:
template:
spec:
initContainers:
- name: intel-dlb-initcontainer
image: intel/intel-dlb-initcontainer:0.25.0
securityContext:
readOnlyRootFilesystem: true
privileged: true
volumeMounts:
- name: sysfs-driver-dlb2
mountPath: /sys/bus/pci/drivers/dlb2
- name: sysfs-devices
mountPath: /sys/devices
volumes:
- name: sysfs-driver-dlb2
hostPath:
path: /sys/bus/pci/drivers/dlb2
- name: sysfs-devices
hostPath:
path: /sys/devices