From 28acfab74cf9ff4b9854c96cb7520dea2033178f Mon Sep 17 00:00:00 2001 From: David Porter Date: Wed, 28 Apr 2021 15:44:09 -0700 Subject: [PATCH] Update cos-gpu-installer image This installer image should be compatible with COS-M85 images, specifically `cos-85-13310-1041-9` --- .../scheduling/nvidia-driver-installer.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/test/e2e/testing-manifests/scheduling/nvidia-driver-installer.yaml b/test/e2e/testing-manifests/scheduling/nvidia-driver-installer.yaml index e74440c2aae..f4a6b908e3f 100644 --- a/test/e2e/testing-manifests/scheduling/nvidia-driver-installer.yaml +++ b/test/e2e/testing-manifests/scheduling/nvidia-driver-installer.yaml @@ -48,7 +48,12 @@ spec: hostPath: path: / initContainers: - - image: gcr.io/cos-cloud/cos-gpu-installer:v20200701 + # The COS GPU installer image version may be dependent on the version of COS being used. + # Refer to details about the installer in https://cos.googlesource.com/cos/tools/+/refs/heads/master/src/cmd/cos_gpu_installer/ + # and the COS release notes (https://cloud.google.com/container-optimized-os/docs/release-notes) to determine version COS GPU installer for a given version of COS. + + # Maps to gcr.io/cos-cloud/cos-gpu-installer:v2.0.3 - suitable for COS M85 as per https://cloud.google.com/container-optimized-os/docs/release-notes#cos-85-13310-1209-3 + - image: gcr.io/cos-cloud/cos-gpu-installer@sha256:1cf2701dc2c3944a93fd06cb6c9eedfabf323425483ba3af294510621bb37d0e name: nvidia-driver-installer resources: requests: