2022-04-17 17:32:41 +00:00
---
# Instance settings
cloud_image : ubuntu-2004
mode : ha
2022-07-05 14:58:47 +00:00
# use the kubeadm etcd setting to test the upgrade
etcd_deployment_type : kubeadm
2022-04-17 17:32:41 +00:00
upgrade_cluster_setup : true
# Currently ipvs not available on KVM: https://packages.ubuntu.com/search?suite=focal&arch=amd64&mode=exactfilename&searchon=contents&keywords=ip_vs_sh.ko
kube_proxy_mode : iptables
enable_nodelocaldns : False
2022-04-27 19:39:36 +00:00
# Pin disabling ipip mode to ensure proper upgrade
ipip : false
calico_vxlan_mode : Always
calico_network_backend : bird
2022-07-26 17:45:09 +00:00
# Needed to bypass deprecation check
ignore_assert_errors : true
### FIXME FLORYUT Needed for upgrade job, will be removed when releasing kubespray 2.20
calico_pool_blocksize : 24
### /FIXME