k3s has removed some standard plugins, which we need. So fork and add it back.
Go to file
Avinash Sridharan 1ce5e54e99 pkg/ns: fixed the check for network namespace path.
The expectation on older kernels (< 3.19) was to have the network
namespace always be a directory. This is not true if the network
namespace is bind mounted to a file, and will make the plugin fail
erroneously in such cases. The fix is to remove this assumption
completely and just do a basic check on the file system types being
returned.

Fixes #288
2016-08-31 21:41:00 +00:00
invoke *: appc/cni -> containernetworking/cni 2016-05-19 12:06:36 +02:00
ip ns: add interface, use it, and fix thread-related namespace switch issues 2016-05-20 17:10:25 -05:00
ipam *: appc/cni -> containernetworking/cni 2016-05-19 12:06:36 +02:00
ns pkg/ns: fixed the check for network namespace path. 2016-08-31 21:41:00 +00:00
skel skel/test: add case for empty NETNS 2016-05-27 12:26:42 +02:00
testutils testutils: add e2e testing helper code 2016-05-20 17:10:25 -05:00
types *: appc/cni -> containernetworking/cni 2016-05-19 12:06:36 +02:00
utils pkg/utils: add functions to work with sysctl 2016-05-19 12:06:16 +02:00