From 32aedd53d8055eda81d3c81ed61bfdeecbeb3d4f Mon Sep 17 00:00:00 2001 From: Davanum Srinivas Date: Tue, 28 Apr 2026 10:31:01 -0700 Subject: [PATCH] bump cos-gpu-installer to v2.5.8 for COS M125 The GCE node image family was updated to cos-125-lts but the nvidia-driver-installer DaemonSet image was never bumped to match. cos-gpu-installer:v2.5.7 is only suitable for COS M121; it crashes (CrashLoopBackOff) on cos-125-19216-220-150 nodes, blocking GPU driver installation and causing all GPU e2e tests to time out. Bump to v2.5.8, the first release in the COS M125 release notes: https://cloud.google.com/container-optimized-os/docs/release-notes/m125 --- .../testing-manifests/gpu/gce/nvidia-driver-installer.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/e2e/testing-manifests/gpu/gce/nvidia-driver-installer.yaml b/test/e2e/testing-manifests/gpu/gce/nvidia-driver-installer.yaml index b3f211753f6..f4d1ab4c28d 100644 --- a/test/e2e/testing-manifests/gpu/gce/nvidia-driver-installer.yaml +++ b/test/e2e/testing-manifests/gpu/gce/nvidia-driver-installer.yaml @@ -78,8 +78,8 @@ spec: # 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.5.7 - suitable for COS M121 as per https://cloud.google.com/container-optimized-os/docs/release-notes/m121 - - image: "gcr.io/cos-cloud/cos-gpu-installer:v2.5.7" + # Maps to gcr.io/cos-cloud/cos-gpu-installer:v2.5.8 - suitable for COS M125 as per https://cloud.google.com/container-optimized-os/docs/release-notes/m125 + - image: "gcr.io/cos-cloud/cos-gpu-installer:v2.5.8" name: nvidia-driver-installer resources: requests: