c12s-kubespray/tests/files/packet_debian11-macvlan.yml
Kenichi Omichi ed4d542f62 Replace packet_debian9-macvlan with debian11
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
2022-09-19 23:46:22 +00:00

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