mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 13:54:37 +03:00
12 lines
226 B
YAML
12 lines
226 B
YAML
---
|
|
# Instance settings
|
|
cloud_image: debian-9
|
|
mode: default
|
|
|
|
# Kubespray settings
|
|
kube_network_plugin: macvlan
|
|
enable_nodelocaldns: false
|
|
kube_proxy_masquerade_all: true
|
|
macvlan_interface: "eth0"
|
|
auto_renew_certificates: true
|