From d767e71475112cfa8eb38b283ee478534b51ac2b Mon Sep 17 00:00:00 2001 From: Dawn Chen Date: Tue, 9 Dec 2014 17:11:23 -0800 Subject: [PATCH] Using container-vm-v20141208 as the default image on GCE. --- cluster/gce/config-default.sh | 2 +- cluster/gce/config-test.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster/gce/config-default.sh b/cluster/gce/config-default.sh index cd9ae10646f..d5e31d52137 100755 --- a/cluster/gce/config-default.sh +++ b/cluster/gce/config-default.sh @@ -22,7 +22,7 @@ NUM_MINIONS=4 # 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-v20141016 +IMAGE=container-vm-v20141208 IMAGE_PROJECT=google-containers NETWORK=default INSTANCE_PREFIX=kubernetes diff --git a/cluster/gce/config-test.sh b/cluster/gce/config-test.sh index 18c7c236e0e..54415ac2532 100755 --- a/cluster/gce/config-test.sh +++ b/cluster/gce/config-test.sh @@ -22,7 +22,7 @@ NUM_MINIONS=2 # 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-v20141016 +IMAGE=container-vm-v20141208 IMAGE_PROJECT=google-containers NETWORK=e2e INSTANCE_PREFIX="e2e-test-${USER}"