Skip to content

Commit

Permalink
Merge pull request kubernetes#101890 from pacoxu/automated-cherry-pic…
Browse files Browse the repository at this point in the history
…k-of-#101595-upstream-release-1.21

Cherry pick of kubernetes#101595: Update cos-gpu-installer image
  • Loading branch information
k8s-ci-robot authored Jun 8, 2021
2 parents 8281d2a + e4fdd1b commit 6b6f66d
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6b6f66d

Please sign in to comment.