Michael Kashin
Michael Kashin
I think if two pods end up on the same node, the veth link between them is not visible in the root network namespace (where you do the packet pacture),...
What would be the steps for operator to configure the "phy" side of the link? Do you find the node where the pod got scheduled and configure that as a...
This is strange, it's not supposed to happen. How big is your topology? Can you share the topology CRDs?
I've done a lot of the tests with what can be described as vSwitch (cEOS, Cumulus Linux etc) did you mean any specific kind of vSwitch?
Hey @alexmasi , do you mean this init-wait container https://github.com/networkop/k8s-topo/blob/master/init-wait/entrypoint.sh ?
Can you elaborate on how you create your topology? Do you have a list of instructions to reproduce this?
Can you also provide the output of `ip -d link show` from inside of one of the routers with neighbors in `Init/DROther` state? e.g. `kubectl exec -it router-4 -- ip...
Everything seems fine. I even deployed your topology locally and was able to see all adjacencies established. The only issue you've got is `router-4` missing `ip ospf area` statement under...
I think the first option makes sense. In fact, there's a standard CNI plugin now that implements bandwidth shaping, so would be interesting to see if its code can be...
yep, it looks like some of their functions, e.g. `func CreateEgressQdisc` are generic and not tied to a specific interface so we should be able to pass any interface name...