RE: Assymetric route possible between agent and container?

2020-08-08 Thread Marc Roos
sioned, eg via dhcp? -Original Message- To: user Subject: Re: Assymetric route possible between agent and container? I think you could try this flag `http_executor_domain_sockets` which was introduced in Mesos 1.10.0. --http_executor_domain_sockets: If true, the agent wi

Re: Assymetric route possible between agent and container?

2020-08-08 Thread Qian Zhang
I think you could try this flag `http_executor_domain_sockets` which was introduced in Mesos 1.10.0. --http_executor_domain_sockets: If true, the agent will provide a unix domain socket that the executor can use to connect to the agent, instead of relying on a TCP connection. Regards, Qian