Files
offline_kubespray/kubespray/tests/files/packet_debian10-macvlan.yml
ByeonJungHun 360c6eef4a offline 작업
2024-02-19 16:02:29 +09:00

12 lines
227 B
YAML

---
# Instance settings
cloud_image: debian-10
mode: default
# Kubespray settings
kube_network_plugin: macvlan
enable_nodelocaldns: false
kube_proxy_masquerade_all: true
macvlan_interface: "eth0"
auto_renew_certificates: true