Injecting data into mesos container

2015-11-27 Thread Adam Medziński
It is possible to inject dynamically generated data (for example certificate generated for task) into mesos container? Data should be available only to task process. -- Best Regards, Adam Medziński

Re: Injecting data into mesos container

2015-11-29 Thread Adam Medziński
gt; On Sat, Nov 28, 2015 at 3:12 AM, tommy xiao wrote: >>> feel no way, you need some tricks on it. >>> >>> 2015-11-27 19:23 GMT+08:00 Adam Medziński : >>> >>>> It is possible to inject dynamically generated data (for example >>>> certificate

Re: Injecting data into mesos container

2015-11-30 Thread Adam Medziński
t; > > If you use Docker container, you could use "nsenter" command >> > > > > https://docs.docker.com/engine/reference/commandline/exec/ . But >> > > because >> > > > > you use Mesos container, I think in your task, you need send the &g

Re: Injecting data into mesos container

2015-11-30 Thread Adam Medziński
on the sandbox, it match your > requirements. but you said it not yet match your require, what your real > requirement? > > 2015-11-30 23:32 GMT+08:00 Adam Medziński : > >> Yes, but it will also make that data available in mesos web UI. I need >> this data to be available onl

Expose HealthCheck information on Mesos HTTP endpoints

2018-04-13 Thread Adam Medziński
using Mesos HTTP API. If this information is not exposed by accident, I will gladly make a pull request. Link to JIRA issue: https://issues.apache.org/jira/browse/MESOS-8780 -- Best regards, Adam Medziński