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.

16 lines
317 B

  1. ---
  2. # Instance settings
  3. cloud_image: debian-11
  4. mode: default
  5. # Kubespray settings
  6. download_run_once: true
  7. # Pin disabling ipip mode to ensure proper upgrade
  8. ipip: false
  9. calico_pool_blocksize: 26
  10. calico_vxlan_mode: Always
  11. calico_network_backend: bird
  12. # Needed to bypass deprecation check
  13. ignore_assert_errors: true