Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Mesosphere Sprint 47
-
5
Description
Currently, the launch helper takes various flags from MesosContainerizer to launch the container. This makes it very hard to add more parameters to the launch helper. To simplify that, MesosContainerizer can pass 'ContainerLaunchInfo' to the launch helper instead. 'ContainerLaunchInfo' is also the protobuf message returned by isolators during 'prepare()'. This makes it very easy to merge them and send it to the launch helper. More importantly, this makes it very easy to add more parameters to the launch helper in the future.
Attachments
Issue Links
- breaks
-
AURORA-1882 Add support for Mesos ContainerLaunchInfo
- Resolved
- is related to
-
MESOS-7027 CommandExecutor ENV overwritten by Docker Image ENV in Unified Containerizer
- Resolved