Michael Kashin

Results 21 issues of Michael Kashin

I was trying to find a good example of e2e UX for mounting volumes. I've only been able to find this https://github.com/weaveworks/ignite/blob/main/e2e/run_volume_test.go#L17 Is there a better, user-friendly example?

Hi friends 👋 , hope y'all are doing well. It's me again with a minor bug we've picked up recently. It looks like the tap interfaces that we create for...

area/networking

Right now VM labels only exist on a VM itself. The only label that's propagated to the containers is `ignite.name` https://github.com/weaveworks/ignite/blob/main/pkg/operations/start.go#L77 It'd be nice to propagate the full set of...

kind/enhancement

I've noticed you're doing connection stitching with socat due to issues with qemu user networking. I've come across a similar issue and it looks like it can be solved with...

Hey Kristian, I've got your images working with native docker networking (main goal being to run it inside k8s). As I've said it only took a few minor changes to...

Hey @lspgn 👋 I've done a POC recently of one of your example pipelines (Flows + Kafka + Clicklhouse + Grafana) deployed on top of k8s. Would you be interested...

enhancement
question

Is this possible? as in take some base kind, e.g. linux and define my custom kind over it. I thought this was what `topology.kind` is supposed to do, but looks...

enhancement

Some CLI tools, like `kubectl`, allow for a yaml file path to be a URL. For containerlab this makes it possible for users to deploy a full lab without having...

enhancement

This happens when the host OS has the same interface as we try to assign inside a container. Looks like I do the veth name change _before_ I move the...

Hi Tomofumi, it's me again. I've been using your library for quite a while now and occasionally I run into a race condition when two Vxlan links are created with...