k3s has removed some standard plugins, which we need. So fork and add it back.
Go to file
Onur 46e17b26ff spec, libcni, pkg/invoke: Use OS-agnostic separator when parsing CNI_PATH
Hardcoding the list separator character as ":" causes CNI to fail when parsing
CNI_PATH on other operating systems. For example, Windows uses ";" as list
separator because ":" can legally appear in paths such as "C:\path\to\file".
This change replaces use of ":" with OS-agnostic APIs or os.PathListSeparator.

Fixes #358
2017-01-28 16:47:58 -08:00
invoke spec, libcni, pkg/invoke: Use OS-agnostic separator when parsing CNI_PATH 2017-01-28 16:47:58 -08:00
ip macvlan/ipvlan: use common RenameLink method 2017-01-25 11:31:18 -06:00
ipam spec/plugins: return interface details and multiple IP addresses to runtime 2017-01-25 11:31:18 -06:00
ns all: assert internal objects implement interfaces 2016-12-14 17:09:01 -06:00
skel spec/plugins: return interface details and multiple IP addresses to runtime 2017-01-25 11:31:18 -06:00
testutils types: make Result an interface and move existing Result to separate package 2017-01-25 11:31:18 -06:00
types spec/plugins: return interface details and multiple IP addresses to runtime 2017-01-25 11:31:18 -06:00
utils pkg/utils/hwaddr tests: cover v4 in v6 addr 2016-08-01 16:50:40 -07:00
version spec/plugins: return interface details and multiple IP addresses to runtime 2017-01-25 11:31:18 -06:00