mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 05:45:06 +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
12 lines
217 B
YAML
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
|