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.

15 lines
496 B

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