Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 607 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 607 Bytes

cni plugins

This project hosts two cni plugins developed for arktos

  1. alktron - cni plugin to integrate with OpenStack Neutron
  2. mizni - cni plugin to integrate with the high-performance high-scale network backend including control plane alcor and data plane mizar.

build instructions

Please use golang 1.12 or later

The recommended way is building from inside of the sub folder, e.g.

$ cd mizni
$ go build .