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
339 B

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