mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-13 21:34:40 +03:00
12 lines
233 B
YAML
12 lines
233 B
YAML
---
|
|
# Instance settings
|
|
cloud_image: ubuntu-2404
|
|
mode: default
|
|
|
|
# Kubespray settings
|
|
enable_ipv6only_stack_networks: true
|
|
kube_network_plugin: calico
|
|
etcd_deployment_type: kubeadm
|
|
kube_proxy_mode: iptables
|
|
enable_nodelocaldns: false
|