Upgrade to container-vm-v20150129 image

pull/6/head
Dawn Chen 2015-02-02 16:57:43 -08:00
parent a5a5302517
commit f919b3e9c6
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ MINION_DISK_SIZE=10GB
# TODO(dchen1107): Filed an internal issue to create an alias
# for containervm image, so that gcloud will expand this
# to the latest supported image.
IMAGE=container-vm-v20150112
IMAGE=container-vm-v20150129
IMAGE_PROJECT=google-containers
NETWORK=${KUBE_GCE_NETWORK:-default}
INSTANCE_PREFIX="${KUBE_GCE_INSTANCE_PREFIX:-kubernetes}"

View File

@ -26,7 +26,7 @@ MINION_DISK_SIZE=10GB
# TODO(dchen1107): Filed an internal issue to create an alias
# for containervm image, so that gcloud will expand this
# to the latest supported image.
IMAGE=container-vm-v20150112
IMAGE=container-vm-v20150129
IMAGE_PROJECT=google-containers
NETWORK=${KUBE_GCE_NETWORK:-e2e}
INSTANCE_PREFIX="${KUBE_GCE_INSTANCE_PREFIX:-e2e-test-${USER}}"