cybozu-go / coil

CNI plugin for Kubernetes designed for scalability and extensibility
Apache License 2.0
165 stars 20 forks source link

Generate veth names as same as Calico #45

Closed zoetrope closed 5 years ago

zoetrope commented 5 years ago

The naming of veth pairs synchronizes with that of Calico. By doing so, coil can be used with Calico's NetworkPolicy implementation

ymmt2005 commented 5 years ago

Please add comments to describe the changes like this:

The naming of veth pairs synchronizes with that of Calico.
By doing so, coil can be used with Calico's NetworkPolicy implementation.