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.

14 lines
429 B

  1. ---
  2. # Instance settings
  3. cloud_image_family: coreos-alpha
  4. cloud_region: us-central1-a
  5. cloud_machine_type: "n1-standard-1"
  6. mode: ha
  7. startup_script: 'systemctl disable locksmithd && systemctl stop locksmithd'
  8. # Deployment settings
  9. kube_network_plugin: weave
  10. resolvconf_mode: host_resolvconf # this is required as long as the coreos stable channel uses docker < 1.12
  11. deploy_netchecker: true
  12. dns_min_replicas: 1
  13. cloud_provider: gce