Skip to content

Commit 47c4507

Browse files
authored
Merge pull request kubernetes#94634 from vteratipally/master
Switch cos version to M85
2 parents 53330f7 + 34467c2 commit 47c4507

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
@@ -83,7 +83,7 @@ fi
8383
# you are updating the os image versions, update this variable.
8484
# Also please update corresponding image for node e2e at:
8585
# https://github.com/kubernetes/kubernetes/blob/master/test/e2e_node/jenkins/image-config.yaml
86-
GCI_VERSION=${KUBE_GCI_VERSION:-cos-81-12871-59-0}
86+
GCI_VERSION=${KUBE_GCI_VERSION:-cos-rc-85-13310-1040-0}
8787
export MASTER_IMAGE=${KUBE_GCE_MASTER_IMAGE:-}
8888
export MASTER_IMAGE_PROJECT=${KUBE_GCE_MASTER_PROJECT:-cos-cloud}
8989
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
@@ -89,7 +89,7 @@ ALLOWED_NOTREADY_NODES=${ALLOWED_NOTREADY_NODES:-$(($(get-num-nodes) / 100))}
8989
# you are updating the os image versions, update this variable.
9090
# Also please update corresponding image for node e2e at:
9191
# https://github.com/kubernetes/kubernetes/blob/master/test/e2e_node/jenkins/image-config.yaml
92-
GCI_VERSION=${KUBE_GCI_VERSION:-cos-81-12871-59-0}
92+
GCI_VERSION=${KUBE_GCI_VERSION:-cos-rc-85-13310-1040-0}
9393
export MASTER_IMAGE=${KUBE_GCE_MASTER_IMAGE:-}
9494
export MASTER_IMAGE_PROJECT=${KUBE_GCE_MASTER_PROJECT:-cos-cloud}
9595
export NODE_IMAGE=${KUBE_GCE_NODE_IMAGE:-${GCI_VERSION}}

0 commit comments

Comments
 (0)