From 4ae3fa521e2976e50e445d8c7d95dfa1e9edd9bd Mon Sep 17 00:00:00 2001 From: Joe Beda Date: Mon, 29 Sep 2014 10:31:34 -0700 Subject: [PATCH] For GCE hard code backports image version as autodetection is currently broken. --- 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 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"