----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/50941/#review145553 -----------------------------------------------------------
docs/cni.md (lines 241 - 243) <https://reviews.apache.org/r/50941/#comment211837> This is inconsistent with the previous paragraph. ``` Whenever the `network/cni` isolator needs to attach a container to a CNI network, it reads the corresponding configuration from the disk and invokes the appropriate plugin with the specified JSON configuration. ``` Why restart is needed? I think the current semantics is not good. We should keep an in-memory copy of CNI config. Any config change should require an agent restart. - Jie Yu On Aug. 10, 2016, 1:41 a.m., Avinash sridharan wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/50941/ > ----------------------------------------------------------- > > (Updated Aug. 10, 2016, 1:41 a.m.) > > > Review request for mesos, Jie Yu and Qian Zhang. > > > Bugs: MESOS-5985 > https://issues.apache.org/jira/browse/MESOS-5985 > > > Repository: mesos > > > Description > ------- > > Added a section on "Adding/Modifying/Deleting CNI configuration". > > > Diffs > ----- > > docs/cni.md 7cceca566e3bd1d1981afd0b41ffc3c14596d851 > > Diff: https://reviews.apache.org/r/50941/diff/ > > > Testing > ------- > > Launched the webiste and verified the changes. > > > Thanks, > > Avinash sridharan > >
