k3s has removed some standard plugins, which we need. So fork and add it back.
Go to file
Onur Filiz a35f8ae914 invoke: Enable plugin file names with extensions
A CNI network configuration file contains the plugin's executable file name.
Some platforms like Windows require a file name extension for executables.
This causes unnecessary burden on admins as they now have to maintain two
versions of each type of netconfig file, which differ only by the ".exe"
extension. A much simpler design is for invoke package to also look for
well-known extensions on platforms that require it. Existing tests are
improved and new tests are added to cover the new behavior.

Fixes #360
2017-02-04 12:01:47 -08:00
invoke invoke: Enable plugin file names with extensions 2017-02-04 12:01:47 -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