mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-18 03:30:07 -03:30
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
|