Jie Yu created MESOS-4761:
-----------------------------
Summary: Add agent flags to allow operators to specify CNI plugin
and config directories.
Key: MESOS-4761
URL: https://issues.apache.org/jira/browse/MESOS-4761
Project: Mesos
Issue Type: Task
Reporter: Jie Yu
Assignee: Qian Zhang
According to design doc, we plan to add the following flags:
“--network_cni_plugins_dir”
Location of the CNI plugin binaries. The “network/cni” isolator will find CNI
plugins under this directory so that it can execute the plugins to add/delete
container from the CNI networks. It is the operator’s responsibility to install
the CNI plugin binaries in the specified directory.
“--network_cni_config_dir”
Location of the CNI network configuration files. For each network that
containers launched in Mesos agent can connect to, the operator should install
a network configuration file in JSON format in the specified directory.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)