Merge pull request #2818 from dchen1107/containervm

Using container-vm-v20141208 as the default image on GCE.
This commit is contained in:
Daniel Smith 2014-12-09 17:55:19 -08:00
commit 0f88d149cd
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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}"