Michael Kashin

Results 96 comments of Michael Kashin

yep, but it's a good place to start (or a good template to copy?)

in this case, what you mentioned above as option#2 (daemonset list/watching Topology resources and changing qdisc) seems like the only option. I'm not 100% how you'd be able to get...

right, gotcha. yeah, sidecars could be a viable option. networkservicemesh.io works this way. In fact, this would even make it possible to change the topology at runtime. but then you...

Hi @Cerebus , I didn't fully understand what's the issue. Is the issue with `ip addr` command? Do you have steps to reproduce this?

I've thought about it for a while and I think this problem can be broken down into two parts: 1. Making sure meshnet cni and k8s-topo can handle variable number...

yep, I'll do that next week once I'm back from vacation

sounds right. do you want to do a pull request?

i think this is because you need to have at least one ethernet interface in up/up state.

you can check that command over here https://github.com/networkop/docker-topo/blob/master/bin/docker-topo#L416

I can't see where the error is. @vparames86 can you try launching it as a standalone pod, i.e. outside of k8s-topo?