kubernetes/pkg/kubelet/network
Cao Shufeng 04bc58b6e5 Keep host port socket open for kubenet
When cni is set to kubenet, kubelet should hold the host port socket,
so that other application in this node could not listen/bind this port
any more. However, the sockets are closed accidentally, because
kubelet forget to reconcile the protocol format before comparing.
2016-11-24 04:19:03 -05:00
..
cni run hack/update-all.sh 2016-11-23 15:53:09 -08:00
exec autogenerated 2016-10-21 17:32:32 -07:00
hairpin autogenerated 2016-10-21 17:32:32 -07:00
hostport Keep host port socket open for kubenet 2016-11-24 04:19:03 -05:00
kubenet run hack/update-all.sh 2016-11-23 15:53:09 -08:00
mock_network Unittests 2016-10-31 13:05:20 -07:00
testing run hack/update-all.sh 2016-11-23 15:53:09 -08:00
BUILD run hack/update-all.sh 2016-11-23 15:53:09 -08:00
network.go Add network-plugin-mtu option for MTU selection 2016-08-23 01:50:58 -04:00
plugins_test.go Add network-plugin-mtu option for MTU selection 2016-08-23 01:50:58 -04:00
plugins.go cmd/kubelet 2016-11-23 15:53:09 -08:00