You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: jobs/e2e_node/dra/image-config-containerd-1.7.yaml
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
images:
2
2
ubuntu:
3
-
image_family: pipeline-1-32-amd64 # Use pipeline-1-32-amd64 to lock down what Ubuntu version is used with containerd 1.7, which aligns with Ubuntu's built-in containerd version
3
+
# image_family: pipeline-1-32-amd64 # Use pipeline-1-32-amd64 to lock down what Ubuntu version is used with containerd 1.7, which aligns with Ubuntu's built-in containerd version
4
+
image_family: pipeline-1-29 # The more appropriate image family (commented above) is having issues with DRA tests: https://github.com/kubernetes/kubernetes/issues/134819
4
5
project: ubuntu-os-gke-cloud
5
6
# the image regex is added so that only cgroupv2 images are selected.
6
7
# currently all images with cgroupv1 from gke have a -cgroupsv1 suffix
0 commit comments