k3s/pkg/kubelet/network/exec
Justin Santa Barbara 902ba4e249 Add network-plugin-mtu option for MTU selection
MTU selection is difficult, and if there is a transport such as IPSEC in
use may be impossible.  So we allow specification of the MTU with the
network-plugin-mtu flag, and we pass this down into the network
provider.

Currently implemented by kubenet.
2016-08-23 01:50:58 -04:00
..
exec.go Add network-plugin-mtu option for MTU selection 2016-08-23 01:50:58 -04:00
exec_test.go Add network-plugin-mtu option for MTU selection 2016-08-23 01:50:58 -04:00
exec_unix.go
exec_unsupported.go