mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-16 10:40:04 -03:30
13 lines
245 B
YAML
13 lines
245 B
YAML
---
|
|
# Instance settings
|
|
cloud_image: debian-11
|
|
mode: default
|
|
|
|
# Pin disabling ipip mode to ensure proper upgrade
|
|
ipip: false
|
|
calico_vxlan_mode: Always
|
|
calico_network_backend: bird
|
|
|
|
# Needed to bypass deprecation check
|
|
ignore_assert_errors: true
|