You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
500 B

  1. ---
  2. # Instance settings
  3. cloud_image_family: coreos-stable
  4. cloud_region: us-central1-a
  5. cloud_machine_type: "n1-standard-2"
  6. mode: aio
  7. ## user-data to simply turn off coreos upgrades
  8. startup_script: 'systemctl disable locksmithd && systemctl stop locksmithd'
  9. # Deployment settings
  10. no_group_vars: true
  11. kube_network_plugin: calico
  12. resolvconf_mode: host_resolvconf # this is required as long as the coreos stable channel uses docker < 1.12
  13. deploy_netchecker: true
  14. dns_min_replicas: 1
  15. cloud_provider: gce