mesos / chronos

Fault tolerant job scheduler for Mesos which handles dependencies and ISO8601 based schedules
http://mesos.github.io/chronos/
Apache License 2.0
4.39k stars 529 forks source link

Cni support #891

Open ermeaney opened 5 years ago

ermeaney commented 5 years ago

so there are going to be some conflicts to resolve with this, I based this off of the 2.5.1 tag.

We needed the CNI support that was dropped into the 3.0 release, but are running 2.5.1. I cherry picked the commit into 2.5.1, built it and deployed and am now able to get my docker container jobs running on our weave network.

Not really sure how you want to handle the merge conflicts, but thought this would be useful to others and am willing to do some work to get it upstream.

thanks, Eric