mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-08-09 20:57:59 +00:00
gcloud compute images list --filter="family:X" returns every non-deprecated image in the family. On 2026-07-31 cos-cloud briefly carried two active images in cos-129-lts (cos-129-19506-299-60 and -61, later rolled back), so the newline-joined result produced an invalid sourceImage URL and every GCE e2e job failed cluster bring-up with "Failed to create master instance due to non-retryable error". Sort by creationTimestamp and take the newest image, matching the image-family head semantics.
Cluster Configuration
Deprecation Notice: This directory has entered maintenance mode and will not be accepting new providers. Deployments in this directory will continue to be maintained and supported at their current level of support.
See the Getting started guide for alternatives.