Skip to content

Commit 05c1c97

Browse files
authored
Merge pull request #53 from Project-HAMi/fix_volcano_dp
fix volcano-device-plugin yaml
2 parents 817e68b + 7c892f3 commit 05c1c97

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

volcano-vgpu-device-plugin.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -200,9 +200,8 @@ spec:
200200
priorityClassName: "system-node-critical"
201201
serviceAccount: volcano-device-plugin
202202
containers:
203-
- image: docker.io/projecthami/volcano-vgpu-device-plugin:v1.9.3
204-
command: ["sleep","infinity"]
205-
#args: ["--device-split-count=10"]
203+
- image: docker.io/projecthami/volcano-vgpu-device-plugin:v1.9.4
204+
args: ["--device-split-count=10"]
206205
lifecycle:
207206
postStart:
208207
exec:

0 commit comments

Comments
 (0)