Alban Crequy 0b6ad716e8 new plugin: tuning
Allow users to tune net network parameters such as somaxconn.

With this patch, users can add a new network configuration:

> {
>   "name": "mytuning",
>   "type": "tuning",
>   "sysctl": {
>           "net.core.somaxconn": "500"
>   }
> }

The value /proc/sys/net/core/somaxconn will be set to 500 in the network
namespace but will remain unchanged on the host.

Only sysctl parameters that belong to the network subsystem can be
modified.

Related to: https://github.com/coreos/rkt/pull/2140
2016-02-18 15:29:12 +01:00
2015-07-21 17:19:18 -07:00
2015-07-21 17:19:18 -07:00
2015-07-21 17:19:18 -07:00
2016-02-18 15:29:12 +01:00
Description
k3s has removed some standard plugins, which we need. So fork and add it back.
23 MiB
Languages
Go 99.7%
Shell 0.3%