Skip to content

Commit 31393df

Browse files
committed
Switch COS image to m81.
1 parent ed00f42 commit 31393df

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-77-12371-175-0}
86+
GCI_VERSION=${KUBE_GCI_VERSION:-cos-81-12871-59-0}
8787
MASTER_IMAGE=${KUBE_GCE_MASTER_IMAGE:-}
8888
MASTER_IMAGE_PROJECT=${KUBE_GCE_MASTER_PROJECT:-cos-cloud}
8989
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-77-12371-175-0}
93+
GCI_VERSION=${KUBE_GCI_VERSION:-cos-81-12871-59-0}
9494
MASTER_IMAGE=${KUBE_GCE_MASTER_IMAGE:-}
9595
MASTER_IMAGE_PROJECT=${KUBE_GCE_MASTER_PROJECT:-cos-cloud}
9696
NODE_IMAGE=${KUBE_GCE_NODE_IMAGE:-${GCI_VERSION}}

0 commit comments

Comments
 (0)