mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-02 08:17:26 +00:00
For GCE hard code backports image version as autodetection is currently broken.
This commit is contained in:
parent
e284e14222
commit
4ae3fa521e
@ -20,7 +20,7 @@ MASTER_SIZE=g1-small
|
|||||||
MINION_SIZE=g1-small
|
MINION_SIZE=g1-small
|
||||||
NUM_MINIONS=4
|
NUM_MINIONS=4
|
||||||
# gcloud/gcutil will expand this to the latest supported image.
|
# 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
|
NETWORK=default
|
||||||
INSTANCE_PREFIX=kubernetes
|
INSTANCE_PREFIX=kubernetes
|
||||||
MASTER_NAME="${INSTANCE_PREFIX}-master"
|
MASTER_NAME="${INSTANCE_PREFIX}-master"
|
||||||
|
@ -20,7 +20,7 @@ MASTER_SIZE=g1-small
|
|||||||
MINION_SIZE=g1-small
|
MINION_SIZE=g1-small
|
||||||
NUM_MINIONS=2
|
NUM_MINIONS=2
|
||||||
# gcloud/gcutil will expand this to the latest supported image.
|
# 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
|
NETWORK=e2e
|
||||||
INSTANCE_PREFIX="e2e-test-${USER}"
|
INSTANCE_PREFIX="e2e-test-${USER}"
|
||||||
MASTER_NAME="${INSTANCE_PREFIX}-master"
|
MASTER_NAME="${INSTANCE_PREFIX}-master"
|
||||||
|
Loading…
Reference in New Issue
Block a user