You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Bolodya1997 although not tested, bond interfaces should be supported with the af_packet driver which should be sufficient for testing.
As @edwarnicke suggests, if possible I think it would be good to setup an independent management interface so that you can keep ssh access if anything goes wrong - maybe by adding another server connected to your existing hosts on the eno2 network that you could use as a jump host.
Environment
equinix.metal
, host nodes OS isUbuntu 20.04 LTS
.bond0
+139.178.65.125
.eno2
+10.0.0.1/30
.bond0
+139.178.65.127
.eno2
+10.0.0.2/30
.Issue description
Pods are unable to ping internet when VPP uses non-default interface.
To Reproduce
Steps to reproduce the behavior:
bond0
- bond interface, has access to the internet.eno2
- simple interface, has access to theeno2
on the other node.10.0.0.1/30 dev eno2
.10.0.0.2/30 dev eno2
.calico-vpp-nohuge.yaml
deployment:kubectl apply -f https://k8s.io/examples/admin/dns/dnsutils.yaml
.kubectl exec dnsutils -- ping -c 4 8.8.8.8
.ping
fails.Expected behavior
dnsutils
pod should be able to access internet.The text was updated successfully, but these errors were encountered: