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.

18 lines
531 B

  1. ---
  2. # Instance settings
  3. cloud_image: ubuntu-2004
  4. mode: ha
  5. vm_memory: 1600Mi
  6. # Kubespray settings
  7. kube_network_plugin: calico
  8. deploy_netchecker: true
  9. calico_wireguard_enabled: true
  10. # Currently ipvs not available on KVM: https://packages.ubuntu.com/search?suite=focal&arch=amd64&mode=exactfilename&searchon=contents&keywords=ip_vs_sh.ko
  11. kube_proxy_mode: iptables
  12. # KVM kernel used by packet instances is missing the dummy.ko kernel module so it cannot enable nodelocaldns
  13. enable_nodelocaldns: false
  14. auto_renew_certificates: true