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.

29 lines
763 B

  1. ---
  2. # Instance settings
  3. cloud_image: ubuntu-2204
  4. mode: multinode
  5. vm_memory: 1600Mi
  6. # Kubespray settings
  7. auto_renew_certificates: true
  8. # Currently ipvs not available on KVM: https://packages.ubuntu.com/search?suite=focal&arch=amd64&mode=exactfilename&searchon=contents&keywords=ip_vs_sh.ko
  9. kube_proxy_mode: iptables
  10. enable_nodelocaldns: False
  11. containerd_registries:
  12. "docker.io": "https://mirror.gcr.io"
  13. containerd_registries_mirrors:
  14. - prefix: docker.io
  15. mirrors:
  16. - host: https://mirror.gcr.io
  17. capabilities: ["pull", "resolve"]
  18. skip_verify: false
  19. - prefix: 172.19.16.11:5000
  20. mirrors:
  21. - host: http://172.19.16.11:5000
  22. capabilities: ["pull", "resolve", "push"]
  23. skip_verify: true
  24. calico_datastore: "etcd"