From ae0e1b0ca29e9845e019e79443c2e6f0ca412f81 Mon Sep 17 00:00:00 2001 From: Walter Fender Date: Tue, 18 Feb 2020 11:24:39 -0800 Subject: [PATCH] Update default cos image to include runc-1.0.0-rc10 --- cluster/gce/config-default.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/gce/config-default.sh b/cluster/gce/config-default.sh index 02cf7480880..29cc0523846 100755 --- a/cluster/gce/config-default.sh +++ b/cluster/gce/config-default.sh @@ -83,7 +83,7 @@ fi # you are updating the os image versions, update this variable. # Also please update corresponding image for node e2e at: # https://github.com/kubernetes/kubernetes/blob/master/test/e2e_node/jenkins/image-config.yaml -GCI_VERSION=${KUBE_GCI_VERSION:-cos-77-12371-114-0} +GCI_VERSION=${KUBE_GCI_VERSION:-cos-77-12371-175-0} MASTER_IMAGE=${KUBE_GCE_MASTER_IMAGE:-} MASTER_IMAGE_PROJECT=${KUBE_GCE_MASTER_PROJECT:-cos-cloud} NODE_IMAGE=${KUBE_GCE_NODE_IMAGE:-${GCI_VERSION}}