diff --git a/cluster/gce/config-default.sh b/cluster/gce/config-default.sh index 50417161c62..40beda926fe 100755 --- a/cluster/gce/config-default.sh +++ b/cluster/gce/config-default.sh @@ -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-v20150305 +IMAGE=container-vm-v20150317 IMAGE_PROJECT=google-containers NETWORK=${KUBE_GCE_NETWORK:-default} INSTANCE_PREFIX="${KUBE_GCE_INSTANCE_PREFIX:-kubernetes}" diff --git a/cluster/gce/config-test.sh b/cluster/gce/config-test.sh index 8bf899c4941..499c5a36d28 100755 --- a/cluster/gce/config-test.sh +++ b/cluster/gce/config-test.sh @@ -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-v20150305 +IMAGE=container-vm-v20150317 IMAGE_PROJECT=google-containers NETWORK=${KUBE_GCE_NETWORK:-e2e} INSTANCE_PREFIX="${KUBE_GCE_INSTANCE_PREFIX:-e2e-test-${USER}}"