From 4bee4230deb2f884f71e2960ceffb0430d784f4a Mon Sep 17 00:00:00 2001 From: Timothy Stewart Date: Sat, 27 Jul 2024 11:24:54 -0500 Subject: [PATCH] fix(cilium): changing test interface --- molecule/cilium/overrides.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/cilium/overrides.yml b/molecule/cilium/overrides.yml index 0b73920..9d25fc4 100644 --- a/molecule/cilium/overrides.yml +++ b/molecule/cilium/overrides.yml @@ -6,7 +6,7 @@ ansible.builtin.set_fact: # See: # https://github.com/flannel-io/flannel/blob/67d603aaf45ef80f5dd39f43714fc5e6f8a637eb/Documentation/troubleshooting.md#Vagrant - cilium_iface: eth1 + cilium_iface: eth0 # The test VMs might be a bit slow, so we give them more time to join the cluster: retry_count: 45