mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-11 01:41:54 -04:00
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
This commit is contained in:
parent
f78e49d3c9
commit
32aedd53d8
1 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue