From 3d746aabdf620859a0a370134899082c9b3a7aee Mon Sep 17 00:00:00 2001 From: Jacek Kaniuk Date: Mon, 23 Sep 2019 15:22:46 +0200 Subject: [PATCH] Revert "Updated COS version to M77" This reverts commit bc3f4b269ab82327f1aefecb2d120be3c798a54a which caused regression in scalability tests: https://github.com/kubernetes/kubernetes/issues/83020 --- 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 694f82cee59..914154657ab 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-rc-77-12371-44-0} +GCI_VERSION=${KUBE_GCI_VERSION:-cos-73-11647-163-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 944b09f7e40..f14d2d587c5 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-rc-77-12371-44-0} +GCI_VERSION=${KUBE_GCI_VERSION:-cos-73-11647-163-0} MASTER_IMAGE=${KUBE_GCE_MASTER_IMAGE:-} MASTER_IMAGE_PROJECT=${KUBE_GCE_MASTER_PROJECT:-cos-cloud} NODE_IMAGE=${KUBE_GCE_NODE_IMAGE:-${GCI_VERSION}}