fix(molecule): use Bento private interface name

- Replace legacy eth1 overrides with the enp0s8 private NIC used by Bento guests.\n- Keep flannel, Calico, Cilium, and kube-vip scenarios on the Vagrant private network.
This commit is contained in:
Timothy Stewart
2026-08-01 15:10:33 -05:00
committed by Techno Tim
parent 35939315cd
commit c3606a7847
6 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -6,10 +6,10 @@
ansible.builtin.set_fact:
# See:
# https://github.com/flannel-io/flannel/blob/67d603aaf45ef80f5dd39f43714fc5e6f8a637eb/Documentation/troubleshooting.md#Vagrant
flannel_iface: eth1
flannel_iface: enp0s8
# kube-vip cannot infer the cluster interface in these multi-NIC
# Vagrant guests because the default route is on eth0.
kube_vip_iface: eth1
kube_vip_iface: enp0s8
# The test VMs might be a bit slow, so we give them more time to join the cluster:
retry_count: 45