juju / 1.25-upgrade

Tools to upgrade and move a 1.25 environment to a 2.2.4+ controller
4 stars 7 forks source link

Better support for multi-nic containers #61

Open babbageclunk opened 6 years ago

babbageclunk commented 6 years ago

At the moment there's a note in the instructions about updating the container config for multi-nic containers to allow them to use network namespaces by running

lxc config set $CONTAINERNAME security.nesting true

This would be nicer if we could (a) work out when a container needed it and run it automatically, and (b) make the permission more specific.

How IS handle deploying multi-nic containers, for reference