mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00
deployments: fix QAT plugin command path
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
This commit is contained in:
parent
ce6b47b1fd
commit
bfcac03e48
@ -45,4 +45,4 @@ RUN chmod a+x /go/bin/qat_plugin \
|
|||||||
FROM scratch as final
|
FROM scratch as final
|
||||||
COPY --from=builder /install_root /
|
COPY --from=builder /install_root /
|
||||||
ENV PATH=/usr/local/bin
|
ENV PATH=/usr/local/bin
|
||||||
CMD ["/usr/local/bin/intel_qat_device_plugin"]
|
ENTRYPOINT ["/usr/local/bin/intel_qat_device_plugin"]
|
||||||
|
@ -38,7 +38,7 @@ spec:
|
|||||||
name: intel-qat-plugin-config
|
name: intel-qat-plugin-config
|
||||||
key: DEBUG
|
key: DEBUG
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
command: ["/usr/bin/intel_qat_device_plugin", "-dpdk-driver", "$(DPDK_DRIVER)", "-kernel-vf-drivers", "$(KERNEL_VF_DRIVERS)", "-max-num-devices", "$(MAX_NUM_DEVICES)", "-debug", "$(DEBUG)"]
|
args: ["-dpdk-driver", "$(DPDK_DRIVER)", "-kernel-vf-drivers", "$(KERNEL_VF_DRIVERS)", "-max-num-devices", "$(MAX_NUM_DEVICES)", "-debug", "$(DEBUG)"]
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: pcidir
|
- name: pcidir
|
||||||
mountPath: /sys/bus/pci
|
mountPath: /sys/bus/pci
|
||||||
|
@ -19,7 +19,7 @@ spec:
|
|||||||
privileged: true
|
privileged: true
|
||||||
image: intel/intel-qat-plugin:devel
|
image: intel/intel-qat-plugin:devel
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
command: ["/usr/bin/intel_qat_device_plugin", "-mode", "kernel"]
|
args: ["-mode", "kernel"]
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: devfs
|
- name: devfs
|
||||||
mountPath: /dev
|
mountPath: /dev
|
||||||
|
Loading…
Reference in New Issue
Block a user