From 7cadeb2af3bcd8f6aff7e23b5a07c675500d293f Mon Sep 17 00:00:00 2001 From: Joe Beda Date: Mon, 29 Sep 2014 11:30:39 -0700 Subject: [PATCH] Change back to generic image description now that GCE is fixed. --- 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 93fdaf44e0..d6d1ec09ca 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=projects/debian-cloud/global/images/backports-debian-7-wheezy-v20140924 +IMAGE=backports-debian-7-wheezy 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 ff98b9da59..5df4cfe722 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=projects/debian-cloud/global/images/backports-debian-7-wheezy-v20140924 +IMAGE=backports-debian-7-wheezy NETWORK=e2e INSTANCE_PREFIX="e2e-test-${USER}" MASTER_NAME="${INSTANCE_PREFIX}-master"