Files
kubespray/tests/files/vagrant_ubuntu24-calico-ipv6only-stack.yml
Max Gautier 96aadc3614 CI: only define mode in tests if needeed (#12030)
All tests have a mode actually, so changing the default is no big deal
(and makes more sense to have `default` as the default
2025-03-13 03:47:46 -07:00

12 lines
217 B
YAML

---
# Instance settings
cloud_image: ubuntu-2404
# Kubespray settings
ipv4_stack: false
ipv6_stack: true
kube_network_plugin: calico
etcd_deployment_type: kubeadm
kube_proxy_mode: iptables
enable_nodelocaldns: false