mirror of https://github.com/k3s-io/k3s
Merge pull request #1906 from roberthbailey/gce-config
Bump up the default machine size on GCP.pull/6/head
commit
f2c28db240
|
@ -16,8 +16,8 @@
|
|||
|
||||
# TODO(jbeda): Provide a way to override project
|
||||
ZONE=us-central1-b
|
||||
MASTER_SIZE=g1-small
|
||||
MINION_SIZE=g1-small
|
||||
MASTER_SIZE=n1-standard-1
|
||||
MINION_SIZE=n1-standard-1
|
||||
NUM_MINIONS=4
|
||||
# gcloud/gcutil will expand this to the latest supported image.
|
||||
IMAGE=backports-debian-7-wheezy
|
||||
|
|
Loading…
Reference in New Issue