RE: Assymetric route possible between agent and container?

2020-08-08 Thread Marc Roos
I was just giving this setting a try. But some test task does not want to launch. Should I always have to set this in combination with domain_socket_location? I am getting "Failed to synchronize with agent (it's probably exited)" This should not affect the way cni networks are provisioned, eg

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

Assymetric route possible between agent and container?

2020-08-08 Thread Marc Roos
"it is imperative that the Agent IP is reachable from the container IP and vice versa." Anyone know/tested if this can be an asymmetric route when you are having multiple networks? [1] http://mesos.apache.org/documentation/latest/cni/