Skip to content

Commit 3777ca7

Browse files
authored
Merge pull request kubernetes#94784 from vteratipally/revert-94669-revert-94634-master
"Switch cos version to M85""
2 parents 9d3a8a0 + 7b2ef39 commit 3777ca7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cluster/gce/config-default.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ fi
8484
# you are updating the os image versions, update this variable.
8585
# Also please update corresponding image for node e2e at:
8686
# https://github.com/kubernetes/kubernetes/blob/master/test/e2e_node/jenkins/image-config.yaml
87-
GCI_VERSION=${KUBE_GCI_VERSION:-cos-81-12871-59-0}
87+
GCI_VERSION=${KUBE_GCI_VERSION:-cos-85-13310-1041-9}
8888
export MASTER_IMAGE=${KUBE_GCE_MASTER_IMAGE:-}
8989
export MASTER_IMAGE_PROJECT=${KUBE_GCE_MASTER_PROJECT:-cos-cloud}
9090
export NODE_IMAGE=${KUBE_GCE_NODE_IMAGE:-${GCI_VERSION}}

cluster/gce/config-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ ALLOWED_NOTREADY_NODES=${ALLOWED_NOTREADY_NODES:-$(($(get-num-nodes) / 100))}
9090
# you are updating the os image versions, update this variable.
9191
# Also please update corresponding image for node e2e at:
9292
# https://github.com/kubernetes/kubernetes/blob/master/test/e2e_node/jenkins/image-config.yaml
93-
GCI_VERSION=${KUBE_GCI_VERSION:-cos-81-12871-59-0}
93+
GCI_VERSION=${KUBE_GCI_VERSION:-cos-85-13310-1041-9}
9494
export MASTER_IMAGE=${KUBE_GCE_MASTER_IMAGE:-}
9595
export MASTER_IMAGE_PROJECT=${KUBE_GCE_MASTER_PROJECT:-cos-cloud}
9696
export NODE_IMAGE=${KUBE_GCE_NODE_IMAGE:-${GCI_VERSION}}

0 commit comments

Comments
 (0)