networkop / meshnet-cni

a (K8s) CNI plugin to create arbitrary virtual network topologies
BSD 3-Clause "New" or "Revised" License
116 stars 28 forks source link

skip the return of err when the error in veth create is due to existi... #76

Open sar772004 opened 1 year ago

sar772004 commented 1 year ago

…ng links, its possibly added by the other end pod

Add more logs in cmdAdd to debug Veth create code ( show local and peer pod info) and make it easier to traverse /var/log/meshnet-cni.log @networkop @Cerebus

kingshukdev commented 1 year ago

@sar772004 you are getting this while first time "topology bring up" OR it is happening after a delete, when we try to recreate the same topology ?

sar772004 commented 1 year ago

@sar772004 you are getting this while first time "topology bring up" OR it is happening after a delete, when we try to recreate the same topology ?

It happens even after delete and recreate of the topology.

observations:

  1. one of the pods named "test" is higher priority than the pod dut-c.
  2. pod test is faster to reach running state compared to dut-c pod