From 2c681334c2bee1ca211a179eca8b3a1ef6ff71cb Mon Sep 17 00:00:00 2001 From: Richard Chen Date: Wed, 24 Apr 2019 18:02:00 -0700 Subject: [PATCH] Fix a bug in the gpu device plugin where not all devices were registered. Refer to https://github.com/GoogleCloudPlatform/container-engine-accelerators/pull/110 --- cluster/addons/device-plugins/nvidia-gpu/daemonset.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/addons/device-plugins/nvidia-gpu/daemonset.yaml b/cluster/addons/device-plugins/nvidia-gpu/daemonset.yaml index b77e86b8f79..2acc256ccfe 100644 --- a/cluster/addons/device-plugins/nvidia-gpu/daemonset.yaml +++ b/cluster/addons/device-plugins/nvidia-gpu/daemonset.yaml @@ -38,7 +38,7 @@ spec: hostPath: path: /dev containers: - - image: "k8s.gcr.io/nvidia-gpu-device-plugin@sha256:d18b678437fedc4ec4211c20b3e5469a137a44f989da43dc275e4f2678170db4" + - image: "k8s.gcr.io/nvidia-gpu-device-plugin@sha256:08509a36233c5096bb273a492251a9a5ca28558ab36d74007ca2a9d3f0b61e1d" command: ["/usr/bin/nvidia-gpu-device-plugin", "-logtostderr"] name: nvidia-gpu-device-plugin resources: