Re: Mesos 1.9.0 release

2019-08-14 Thread Qian Zhang
Sorry, I forgot to make it sharable, can you please try again? And we are aiming to cut 1.9.x branch and rc1 next Wednesday. Regards, Qian Zhang On Wed, Aug 14, 2019 at 11:03 AM Benjamin Mahler wrote: > Thanks for taking this on Qian! > > I seem to be unable to view the dashboard. > Also, whe

RE: Provisioning containers with configuration file via sandbox mount or copy via entrypoint.sh

2019-08-14 Thread Marc Roos
Hi Gilbert, thanks for the detailed reply, this secrets is very interesting. > * Fetch via URI - you probably do not need your application entrypoint to fetch. Instead Mesos > and marathon supports fetching URIs to your container sandbox. > http://mesos.apache.org/

RE: Is chained cni networks supported in mesos 1.7

2019-08-14 Thread Marc Roos
Hi Gilbert, Yes indeed. I have written already a netfilter chain plugin[0] I wanted to use. But also the default tuning pluging of cni, which requires chaining I would like to use. -Marc [0] https://github.com/f1-outsourcing/plugins/tree/hostrouteif/plugins/meta/firewallnetns -Original

Re: Provisioning containers with configuration file via sandbox mount or copy via entrypoint.sh

2019-08-14 Thread Gilbert Song
It depends on how do you want to manage the configuration files for your containers - dynamic or static. - Dynamic - Fetch via URI - you probably do not need your application entrypoint to fetch. Instead Mesos and marathon supports fetching URIs to your container sandbox.

Re: Is chained cni networks supported in mesos 1.7

2019-08-14 Thread Gilbert Song
Are you interested in implementing the CNI chain support? -Gilbert On Wed, Jul 24, 2019 at 12:52 PM Marc Roos wrote: > > Hmm, I guess I should not get my hopes up this will be there soon? > [0] > https://issues.apache.org/jira/browse/MESOS-7178 > > > > -Original Message- > From: Jie Yu

Re: [mesos-mail] Cant get sandbox_path to work

2019-08-14 Thread Gilbert Song
Are you using Marathon? The Mesos SANDBOX_PATH volume was supported by Marathon as the pod's ephemeral volume. Please note that Mesos framework API is different from Marathon API and refer to Marathon documentation if necessary. -Gilbert On Sat, Jul 20, 2019 at 5:25 PM Marc Roos wrote: > > Don