mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 12:15:52 +00:00
Merge pull request #1906 from roberthbailey/gce-config
Bump up the default machine size on GCP.
This commit is contained in:
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
Block a user