Skip to content

Commit 72b04ef

Browse files
authored
Merge pull request kubernetes#88281 from cheftako/master
Update default cos image to include runc-1.0.0-rc10
2 parents f38ca13 + ae0e1b0 commit 72b04ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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-114-0}
86+
GCI_VERSION=${KUBE_GCI_VERSION:-cos-77-12371-175-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}}

0 commit comments

Comments
 (0)