2019-04-01 17:38:33 +08:00
|
|
|
---
|
2017-10-19 00:28:54 +08:00
|
|
|
# Instance settings
|
2017-10-25 18:45:54 +08:00
|
|
|
cloud_image_family: coreos-stable
|
2017-12-25 16:57:45 +08:00
|
|
|
cloud_region: us-central1-a
|
2018-11-21 17:35:40 +08:00
|
|
|
cloud_machine_type: "n1-standard-2"
|
2017-10-19 00:28:54 +08:00
|
|
|
mode: aio
|
2019-04-01 17:38:33 +08:00
|
|
|
## user-data to simply turn off coreos upgrades
|
2017-10-19 00:28:54 +08:00
|
|
|
startup_script: 'systemctl disable locksmithd && systemctl stop locksmithd'
|
|
|
|
|
|
|
|
# Deployment settings
|
2018-02-12 19:38:06 +08:00
|
|
|
no_group_vars: true
|
2017-10-19 00:28:54 +08:00
|
|
|
kube_network_plugin: calico
|
2019-04-01 17:38:33 +08:00
|
|
|
resolvconf_mode: host_resolvconf # this is required as long as the coreos stable channel uses docker < 1.12
|
2017-10-19 00:28:54 +08:00
|
|
|
deploy_netchecker: true
|
2018-11-15 17:28:03 +08:00
|
|
|
dns_min_replicas: 1
|
2017-10-19 00:28:54 +08:00
|
|
|
cloud_provider: gce
|