intel-device-plugins-for-ku.../deployments/gpu_plugin/overlays/wsl/wsl_mounts.yaml
Tuomas Katila 518a8606ff gpu: add levelzero sidecar support for plugin and the deployment files
In addition to the levelzero's health data use, this adds support to
scan devices in WSL. Scanning happens by retrieving Intel device
indices from the Level-Zero API.

Signed-off-by: Tuomas Katila <tuomas.katila@intel.com>
2024-09-19 19:14:15 +03:00

25 lines
511 B
YAML

- op: add
path: /spec/template/spec/containers/1/volumeMounts/-
value:
name: wsllib
mountPath: /usr/lib/wsl
- op: add
path: /spec/template/spec/containers/0/volumeMounts/-
value:
name: devdxg
mountPath: /dev/dxg
- op: add
path: /spec/template/spec/volumes/-
value:
name: wsllib
hostPath:
path: /usr/lib/wsl
type: DirectoryOrCreate
- op: add
path: /spec/template/spec/volumes/-
value:
name: devdxg
hostPath:
path: /dev/dxg
type: CharDevice