k3s has removed some standard plugins, which we need. So fork and add it back.
Go to file
Angus Lees 734bf1ba5b pkg/ns: evaluate syscall number at compile-time
Previously this code used a run-time map lookup keyed by
runtime.GOOS/GOARCH.  This version uses conditional compilation to make
this choice at compile time, giving immediate feedback for unsupported
platforms.
2016-05-19 12:06:37 +02:00
invoke *: appc/cni -> containernetworking/cni 2016-05-19 12:06:36 +02:00
ip *: appc/cni -> containernetworking/cni 2016-05-19 12:06:36 +02:00
ipam *: appc/cni -> containernetworking/cni 2016-05-19 12:06:36 +02:00
ns pkg/ns: evaluate syscall number at compile-time 2016-05-19 12:06:37 +02:00
skel *: appc/cni -> containernetworking/cni 2016-05-19 12:06:36 +02:00
testhelpers *: appc/cni -> containernetworking/cni 2016-05-19 12:06:36 +02: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