Merge pull request #88281 from cheftako/master

Update default cos image to include runc-1.0.0-rc10
This commit is contained in:
Kubernetes Prow Robot 2020-02-18 15:33:02 -08:00 committed by GitHub
commit 72b04eff8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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-77-12371-114-0}
GCI_VERSION=${KUBE_GCI_VERSION:-cos-77-12371-175-0}
MASTER_IMAGE=${KUBE_GCE_MASTER_IMAGE:-}
MASTER_IMAGE_PROJECT=${KUBE_GCE_MASTER_PROJECT:-cos-cloud}
NODE_IMAGE=${KUBE_GCE_NODE_IMAGE:-${GCI_VERSION}}