k3s has removed some standard plugins, which we need. So fork and add it back.
Go to file
Dan Williams c11286b835 Merge pull request #2 from dcbw/vlan
plugins: add a simple VLAN plugin
2017-04-26 12:54:05 -05:00
Godeps vendor: add CNI invoke, ip, ipam, and hwaddr packages 2017-04-18 23:49:26 -05:00
plugins vlan: add VLAN plugin 2017-04-19 13:41:12 -05:00
vendor vendor: add CNI invoke, ip, ipam, and hwaddr packages 2017-04-18 23:49:26 -05:00
.gitignore Add simple testing infrastructure 2017-03-13 18:05:55 +01:00
build test: make tests actually work when packages have vendored imports 2017-04-18 23:40:46 -05:00
LICENSE Initial commit 2017-03-10 16:46:52 +01:00
README.md Add simple testing infrastructure 2017-03-13 18:05:55 +01:00
test vlan: add VLAN plugin 2017-04-19 13:41:12 -05:00

plugins

Some additional CNI network plugins, matinained by the containernetworking team

Plugins supplied:

Sample

The sample plugin provides a base for building a sample plugin with tests.