mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-15 20:00:47 -03:30
Merge pull request #3253 from mattymo/reduce_gce_size
Reduce instance sizes in gce
This commit is contained in:
commit
ac87ba5c0d
@ -1,7 +1,7 @@
|
||||
# Instance settings
|
||||
cloud_image_family: centos-7
|
||||
cloud_region: us-central1-c
|
||||
cloud_machine_type: "n1-standard-2"
|
||||
cloud_machine_type: "n1-standard-1"
|
||||
mode: ha
|
||||
|
||||
# Deployment settings
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
# Instance settings
|
||||
cloud_image_family: coreos-stable
|
||||
cloud_region: us-central1-a
|
||||
cloud_machine_type: "n1-standard-2"
|
||||
cloud_machine_type: "n1-standard-1"
|
||||
mode: aio
|
||||
##user-data to simply turn off coreos upgrades
|
||||
startup_script: 'systemctl disable locksmithd && systemctl stop locksmithd'
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
# Instance settings
|
||||
cloud_machine_type: "n1-standard-4"
|
||||
cloud_machine_type: "n1-standard-1"
|
||||
cloud_image_family: coreos-stable
|
||||
cloud_region: us-central1-b
|
||||
mode: aio
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
# Instance settings
|
||||
cloud_image_family: ubuntu-1804-lts
|
||||
cloud_region: us-central1-a
|
||||
cloud_machine_type: "n1-standard-2"
|
||||
cloud_machine_type: "n1-standard-1"
|
||||
mode: aio
|
||||
|
||||
# Deployment settings
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user