mirror of
https://github.com/rancher/plugins.git
synced 2025-09-19 12:15:37 +00:00
0b6ad716e8ac5b3eca041cb612bbc629e6f0c132
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
Description
k3s has removed some standard plugins, which we need. So fork and add it back.
Languages
Go
99.7%
Shell
0.3%