mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00
11 lines
175 B
YAML
11 lines
175 B
YAML
apiVersion: apps/v1
|
|
kind: DaemonSet
|
|
metadata:
|
|
name: intel-vpu-plugin
|
|
spec:
|
|
template:
|
|
spec:
|
|
containers:
|
|
- name: intel-vpu-plugin
|
|
args: ["--mode=2"]
|