Michael Kashin
Michael Kashin
docker-topo use [pyroute2](https://github.com/svinota/pyroute2) underneath to talk to netlink api. this seems like an issue with pyroute2. Just to confirm, is this 32-bit x86 Fedora 18? and have you tried running...
Hi Mat, here's the preferred way of exposing ports. You don't need to configure all ports as docker bridge interfaces. most of the times it's enough to have the first...
From my understanding the `container.start()` function should be blocking until the container transitions to the `running` state. This is the docker's source of this error: https://github.com/moby/moby/blob/7b9275c0da707b030e62c96b679a976f31f929d3/daemon/pause.go#L41 So the container has...
i think you're hitting this https://github.com/svinota/pyroute2/issues/437 you can try running your topology with the default docker bridge driver, that should work
yeah, this plugin is not 1.0 compliant yet. I need to look into it when I have the time. I hope there's not much to change but you never know....
`overlay/e2e` is only used for testing. It follow the structure of [kustomize](https://kustomize.io/) manifests. meshnet creates vxlan or veth interface depending on where the peer pod is located. if it's on...
calico (or any other CNI plugin) will only plug in a single interface, `eth0`. meshnet, on the other hand, was created to plug in other interfaces, e.g. `eth1`, `swp99` in...
I think this is a left-over (mistake). It shouldn't be there.
so p2 and ping p3 but neither can ping p1? is that right? can you provide the output of `kubectl get pod -A -owide`?
ok, got it. and can you show how you capture the traffic?