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.

24 lines
687 B

  1. ---
  2. # Instance settings
  3. cloud_image: ubuntu-2004
  4. mode: ha
  5. # use the kubeadm etcd setting to test the upgrade
  6. etcd_deployment_type: kubeadm
  7. upgrade_cluster_setup: 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. # Pin disabling ipip mode to ensure proper upgrade
  12. ipip: false
  13. calico_vxlan_mode: Always
  14. calico_network_backend: bird
  15. # Needed to bypass deprecation check
  16. ignore_assert_errors: true
  17. ### FIXME FLORYUT Needed for upgrade job, will be removed when releasing kubespray 2.20
  18. calico_pool_blocksize: 24
  19. ### /FIXME