Bryan Boreham
Bryan Boreham
I think we don’t have a process to build the v2 plugin for arm. We cross-compile from Intel for the other builds, but v2 plugin requires a full Docker install...
@johny-mnemonic it might just work. Otherwise tweak the makefile where it runs qemu. https://www.weave.works/docs/net/latest/building/
Looks like that section is a dependency of `make plugin_publish`, or you could run it directly `make .net-plugin-arm.uptodate`
I took the "bug" label off on the basis that it's a missing step (and missing hardware) in the release process.
Interesting question. Weave Net itself requires a lot of priviledge as it sets up network devices, configures kernel settings, and steps into the namespace of other containers. I'm sure it...
@erandu no, this has not changed
The implementation has not changed, however I don’t think the original wording conveys the correct idea. If you have a cluster of 3 machines and are running 10 containers that...
Whoa! Good job for finding that. However: > The iptables tool doesn't support setting this flag this might be an issue.
The easiest thing is to use an iptables from a released Apline package. From there it gets progressively harder. (Sorry for closing/reopening - finger slipped)
BTW my top tip to reduce DNS requests is to put a dot at the end when you know the full address. Eg instead of `example.com` put `example.com.`. This means...