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.

12 lines
240 B

  1. ---
  2. # Instance settings
  3. cloud_image: debian-9
  4. mode: default
  5. # Kubespray settings
  6. kube_network_plugin: macvlan
  7. deploy_netchecker: true
  8. enable_nodelocaldns: false
  9. dns_min_replicas: 1
  10. kube_proxy_masquerade_all: true
  11. macvlan_interface: "eth0"