mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00

To make QAT plugin deployment consistent with the other plugins we update the default flags and deploy without the flag settings provided by the ConfigMap. Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
12 lines
179 B
YAML
12 lines
179 B
YAML
apiVersion: apps/v1
|
|
kind: DaemonSet
|
|
metadata:
|
|
name: intel-qat-plugin
|
|
spec:
|
|
template:
|
|
spec:
|
|
containers:
|
|
- name: intel-qat-plugin
|
|
args:
|
|
- "-v=4"
|