From 31393df6eed6b18a85bb6cc6f5474541a14e2151 Mon Sep 17 00:00:00 2001 From: Walter Fender Date: Thu, 2 Apr 2020 00:18:31 -0700 Subject: [PATCH] Switch COS image to m81. --- cluster/gce/config-default.sh | 2 +- cluster/gce/config-test.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster/gce/config-default.sh b/cluster/gce/config-default.sh index 01912818576..16a98a828c3 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-175-0} +GCI_VERSION=${KUBE_GCI_VERSION:-cos-81-12871-59-0} MASTER_IMAGE=${KUBE_GCE_MASTER_IMAGE:-} MASTER_IMAGE_PROJECT=${KUBE_GCE_MASTER_PROJECT:-cos-cloud} NODE_IMAGE=${KUBE_GCE_NODE_IMAGE:-${GCI_VERSION}} diff --git a/cluster/gce/config-test.sh b/cluster/gce/config-test.sh index 81cdc152f26..ccb2120a015 100755 --- a/cluster/gce/config-test.sh +++ b/cluster/gce/config-test.sh @@ -90,7 +90,7 @@ ALLOWED_NOTREADY_NODES="${ALLOWED_NOTREADY_NODES:-$(($(get-num-nodes) / 100))}" # 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-175-0} +GCI_VERSION=${KUBE_GCI_VERSION:-cos-81-12871-59-0} MASTER_IMAGE=${KUBE_GCE_MASTER_IMAGE:-} MASTER_IMAGE_PROJECT=${KUBE_GCE_MASTER_PROJECT:-cos-cloud} NODE_IMAGE=${KUBE_GCE_NODE_IMAGE:-${GCI_VERSION}}