diff --git a/cluster/gce/config-default.sh b/cluster/gce/config-default.sh index d6d1ec09ca2..93fdaf44e0f 100755 --- a/cluster/gce/config-default.sh +++ b/cluster/gce/config-default.sh @@ -20,7 +20,7 @@ MASTER_SIZE=g1-small MINION_SIZE=g1-small NUM_MINIONS=4 # gcloud/gcutil will expand this to the latest supported image. -IMAGE=backports-debian-7-wheezy +IMAGE=projects/debian-cloud/global/images/backports-debian-7-wheezy-v20140924 NETWORK=default INSTANCE_PREFIX=kubernetes MASTER_NAME="${INSTANCE_PREFIX}-master" diff --git a/cluster/gce/config-test.sh b/cluster/gce/config-test.sh index 5df4cfe722a..ff98b9da590 100755 --- a/cluster/gce/config-test.sh +++ b/cluster/gce/config-test.sh @@ -20,7 +20,7 @@ MASTER_SIZE=g1-small MINION_SIZE=g1-small NUM_MINIONS=2 # gcloud/gcutil will expand this to the latest supported image. -IMAGE=backports-debian-7-wheezy +IMAGE=projects/debian-cloud/global/images/backports-debian-7-wheezy-v20140924 NETWORK=e2e INSTANCE_PREFIX="e2e-test-${USER}" MASTER_NAME="${INSTANCE_PREFIX}-master"