Hi!
I know that the drone-runner-kube
is still in beta, but is it somehow possible to set the MTU value for the docker daemon via an environment variable?
Similar to the docker-drunner via DRONE_RUNNER_NETWORK_OPTS
here: https://github.com/drone-runners/drone-runner-docker/blob/master/command/daemon/config.go#L55
For now we have to set the same mtu value inside the drone/docker
plugin settings everytime.
A global setting for the runner would be fantastic
I would also be happy to contribute and dig a little bit deeper into the code, if someone could point me in the right direction, that would help me already a lot.