File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ driver:
64
64
toolkit :
65
65
repository : nvcr.io/nvidia/k8s
66
66
image : container-toolkit
67
- version : 1.4.3 -ubuntu18.04
67
+ version : 1.4.4 -ubuntu18.04
68
68
imagePullPolicy : IfNotPresent
69
69
imagePullSecrets : []
70
70
env : []
@@ -89,14 +89,15 @@ toolkit:
89
89
devicePlugin :
90
90
repository : nvcr.io/nvidia
91
91
image : k8s-device-plugin
92
- version : v0.7.3
92
+ version : v0.8.1
93
93
imagePullPolicy : IfNotPresent
94
94
imagePullSecrets : []
95
95
args :
96
- - " --mig-strategy=none "
96
+ - " --mig-strategy=single "
97
97
- " --pass-device-specs=false"
98
98
- " --fail-on-init-error=true"
99
99
- " --device-list-strategy=envvar"
100
+ - " --nvidia-driver-root=/run/nvidia/driver"
100
101
env : []
101
102
tolerations : []
102
103
nodeSelector :
@@ -126,7 +127,7 @@ dcgmExporter:
126
127
gfd :
127
128
repository : nvcr.io/nvidia
128
129
image : gpu-feature-discovery
129
- version : v0.3 .0
130
+ version : v0.4 .0
130
131
imagePullPolicy : IfNotPresent
131
132
imagePullSecrets : []
132
133
tolerations : []
137
138
podSecurityContext : {}
138
139
securityContext : {}
139
140
resources : {}
140
- migStrategy : none
141
+ migStrategy : single
141
142
discoveryIntervalSeconds : 60
142
143
143
144
node-feature-discovery :
You can’t perform that action at this time.
0 commit comments