mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-13 21:34:40 +03:00
Co-authored-by: Max Gautier <mg@max.gautier.name> Signed-off-by: Kay Yan <kay.yan@daocloud.io>
14 lines
316 B
YAML
14 lines
316 B
YAML
---
|
|
# Instance settings
|
|
cloud_image: debian-11
|
|
|
|
# Kubespray settings
|
|
kube_network_plugin: macvlan
|
|
enable_nodelocaldns: false
|
|
kube_proxy_masquerade_all: true
|
|
macvlan_interface: "eth0"
|
|
auto_renew_certificates: true
|
|
|
|
# Use static containerd binary for older distributions like Debian 11.
|
|
containerd_static_binary: true
|