Michael Kashin

Results 96 comments of Michael Kashin

nope and it looks like the host mounts are not supported at all. I think I've read somewhere that this is by (FC's) design. But it'd be nice to at...

I was referring to this https://github.com/weaveworks/ignite/issues/76#issuecomment-510665743 The way I read it is that 2-way mounts are not supported. is that how you understand it as well?

I don't think that commit fixed this issue completely. The auto image upgrade gets started on boot when it can't find the saved config and adds some special autoimage config....

looks like it was just a false positive when i thought that workaround actually worked. this auto image upgrade thing will kick you out even if you're in exclusive session....

Based on my understanding, that mgd command is what triggers the auto-image-upgrade mode on vMX. it can be found in `/usr/sbin/auto_image_config_enable` inside `ex_auto_image_config_mgd_action` function. When it is run, it installs...

yeah, that goes inside the container. I just thought that if one line can rip and replace a few dozen lines it'll make things easier. You also won't need the...

@hellt I don't remember the details now, may be qemu is creating a device with this ip?

@udaykiran-chava I think this is hard-coded in qemu, so it's a qemu process https://github.com/qemu/qemu/blob/9de5f2b40860c5f8295e73fea9922df6f0b8d89a/net/slirp.c#L420

I'm not sure if ignite forces docker runtime to use CNI (it's not trivial) but wouldn't it make sense to use `--runtime docker` together with `--network-plugin docker-bridge`? In this case...

not sure why you'd have a problem doing this via API, it should work the same way. But as for the IPT leaking with docker runtime, I think I've found...