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
|
||||
COPY --from=builder /install_root /
|
||||
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
|
||||
key: DEBUG
|
||||
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:
|
||||
- name: pcidir
|
||||
mountPath: /sys/bus/pci
|
||||
|
@ -19,7 +19,7 @@ spec:
|
||||
privileged: true
|
||||
image: intel/intel-qat-plugin:devel
|
||||
imagePullPolicy: IfNotPresent
|
||||
command: ["/usr/bin/intel_qat_device_plugin", "-mode", "kernel"]
|
||||
args: ["-mode", "kernel"]
|
||||
volumeMounts:
|
||||
- name: devfs
|
||||
mountPath: /dev
|
||||
|
Loading…
Reference in New Issue
Block a user