mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 13:54:37 +03:00
All tests have a mode actually, so changing the default is no big deal (and makes more sense to have `default` as the default
16 lines
325 B
YAML
16 lines
325 B
YAML
---
|
|
# Instance settings
|
|
cloud_image: debian-11
|
|
|
|
# Pin disabling ipip mode to ensure proper upgrade
|
|
ipip: false
|
|
calico_pool_blocksize: 26
|
|
calico_vxlan_mode: Always
|
|
calico_network_backend: bird
|
|
|
|
# Needed to bypass deprecation check
|
|
ignore_assert_errors: true
|
|
|
|
# Remove anonymous access to cluster
|
|
remove_anonymous_access: true
|