You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Qian Zhang (JIRA)" <ji...@apache.org> on 2016/04/18 04:02:25 UTC

[jira] [Created] (MESOS-5226) The image-less task launched by mesos-execute can not join CNI network

Qian Zhang created MESOS-5226:
---------------------------------

             Summary: The image-less task launched by mesos-execute can not join CNI network
                 Key: MESOS-5226
                 URL: https://issues.apache.org/jira/browse/MESOS-5226
             Project: Mesos
          Issue Type: Bug
          Components: isolation
            Reporter: Qian Zhang
            Assignee: Qian Zhang


With {{mesos-execute}}, if we launches a task which wants to join a CNI network but has no image specified, like:
{code}
sudo src/mesos-execute --master=192.168.122.171:5050 --name=test --networks=net1 --command="ifconfig" --shell=true
{code}

The corresponding command executor actually will not join the specified CNI network, instead it is still in agent host network namespace.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)