Skip to content

Commit 2c68133

Browse files
committed
Fix a bug in the gpu device plugin where not all devices were registered.
Refer to GoogleCloudPlatform/container-engine-accelerators#110
1 parent e8f28b5 commit 2c68133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster/addons/device-plugins/nvidia-gpu/daemonset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ spec:
3838
hostPath:
3939
path: /dev
4040
containers:
41-
- image: "k8s.gcr.io/nvidia-gpu-device-plugin@sha256:d18b678437fedc4ec4211c20b3e5469a137a44f989da43dc275e4f2678170db4"
41+
- image: "k8s.gcr.io/nvidia-gpu-device-plugin@sha256:08509a36233c5096bb273a492251a9a5ca28558ab36d74007ca2a9d3f0b61e1d"
4242
command: ["/usr/bin/nvidia-gpu-device-plugin", "-logtostderr"]
4343
name: nvidia-gpu-device-plugin
4444
resources:

0 commit comments

Comments
 (0)