Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions volcano-vgpu-device-plugin-cdi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ spec:
priorityClassName: "system-node-critical"
serviceAccount: volcano-device-plugin
containers:
- image: harbor-contest.4pd.io/denglong/volcano-vgpu-device-plugin:v1.12.0
- image: docker.io/projecthami/volcano-vgpu-device-plugin:v1.12.0
imagePullPolicy: Always
args:
- --device-split-count=10
Expand Down Expand Up @@ -252,10 +252,12 @@ spec:
mountPath: /usr/local/vgpu
- name: hosttmp
mountPath: /tmp
- name: cdi-root
mountPath: /var/run/cdi
- name: driver-root
mountPath: /driver-root
readOnly: true
- image: harbor-contest.4pd.io/denglong/volcano-vgpu-device-plugin:v1.11.0
- image: docker.io/projecthami/volcano-vgpu-device-plugin:v1.12.0
name: monitor
command:
- /bin/bash
Expand Down Expand Up @@ -329,3 +331,7 @@ spec:
hostPath:
path: /
type: Directory
- name: cdi-root
hostPath:
path: /var/run/cdi
type: DirectoryOrCreate
Loading