ed4d542f62
packet_debian9-macvlan is unstable job. In addition, debian9 is going to EOL soon as [1] So this replaces packet_debian9-macvlan with debian11 to avoid wasting our time for the job anymore. [1]: https://wiki.debian.org/DebianReleases#Production_Releases
12 lines
257 B
YAML
12 lines
257 B
YAML
---
|
|
# Instance settings
|
|
cloud_image: debian-11
|
|
mode: default
|
|
|
|
# Kubespray settings
|
|
container_manager: containerd
|
|
kube_network_plugin: macvlan
|
|
enable_nodelocaldns: false
|
|
kube_proxy_masquerade_all: true
|
|
macvlan_interface: "eth0"
|
|
auto_renew_certificates: true
|