> On March 10, 2016, 10:32 p.m., Joseph Wu wrote: > > docs/ssl.md, line 102 > > <https://reviews.apache.org/r/44620/diff/1/?file=1294364#file1294364line102> > > > > Not sure exactly how much detail we want to add here about specific > > configurations (especially considering the upcoming change to the > > containerizer's environment variables). But here's some more specifics: > > > > * When using the DockerContainerizer + normal Mesos agent, the docker > > executor shares the same root as the agent. So as long as the environment > > variables are passed on (via the methods you listed), this will work. > > * When using the DockerContainerizer + dockerized Mesos agent, you will > > need to add an additional `ContainerInfo.volumes` which mounts from the > > host (*not the agent*) to the executor. In this case, the task will have > > access to the keys/certs :( > > * The UnifiedContainerizer + normal Mesos agent case will probably be > > similar to the DockerContainerizer + normal Mesos agent case (I haven't > > tried this). > > * UnifiedContainerizer + Mesos launched via UnifiedContainerizer ???
Thanks for mentioning the need for volumes for dockerized executors! I've updated the documentation without going too much into detail and mentioning a more general "containerized" environment. I hope that this is enough information, not too less. - Jan ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/44620/#review122997 ----------------------------------------------------------- On March 11, 2016, 12:26 p.m., Jan Schlicht wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/44620/ > ----------------------------------------------------------- > > (Updated March 11, 2016, 12:26 p.m.) > > > Review request for mesos, Adam B and Alexander Rojas. > > > Bugs: MESOS-4750 > https://issues.apache.org/jira/browse/MESOS-4750 > > > Repository: mesos > > > Description > ------- > > Documented how to make executors work with SSL. > > > Diffs > ----- > > docs/ssl.md 3de2a3e931091e002dc4b259c70eadd89a52b059 > > Diff: https://reviews.apache.org/r/44620/diff/ > > > Testing > ------- > > make check > > > Thanks, > > Jan Schlicht > >
