You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 22, 2018. It is now read-only.
Currently Marathon and Mesos expect containers to use the host network stack. Minimesos however runs in containers and uses separate network stacks which causes #401.
To keep things simple let's focus first on enabling CNI and configure the host-local IP address manager (IPAM). Once that works we can support more complex technologies.
TODO
Add CNI config + host-local plugin to the Mesos Agent image
Release Mesos Agent image to Docker Hub
Update the Mesos Agent image version in minimesos config
Add an example app in the default Marathon file that demonstrates IP per task functionality
Currently Marathon and Mesos expect containers to use the host network stack. Minimesos however runs in containers and uses separate network stacks which causes #401.
Let's support IP per container http://mesos.apache.org/documentation/latest/networking-for-mesos-managed-containers and http://mesos.apache.org/documentation/latest/networking-for-mesos-managed-containers to solve this.
The text was updated successfully, but these errors were encountered: