k3s/pkg/kubelet/network
k8s-merge-robot 8ed6c8eeb8 Merge pull request #27914 from yifan-gu/fix_kubenet_hostport
Automatic merge from submit-queue

kubenet: Fix host port for rktnetes.

Because rkt pod runs after plugin.SetUpPod() is called, so
getRunningPods() does not return the newly created pod, which
causes the hostport iptable rules to be missing for this new pod.

cc @dcbw @freehan 

A follow up fix for https://github.com/kubernetes/kubernetes/pull/27878#issuecomment-227898936
2016-06-23 18:48:45 -07:00
..
cni kubelet/cni/kubenet: use common container IP address functions 2016-06-22 11:36:10 -05:00
exec kubenet masqurade for outbound traffic 2016-06-09 18:43:34 -07:00
hairpin Allow using netns path instead of container PID to change hairpin mode 2016-05-18 09:25:42 -05:00
hostport kubenet: Fix host port for rktnetes. 2016-06-23 13:17:01 -07:00
kubenet Merge pull request #27914 from yifan-gu/fix_kubenet_hostport 2016-06-23 18:48:45 -07:00
mock_network kubenet masqurade for outbound traffic 2016-06-09 18:43:34 -07:00
testing Move test-only files to test-only packages 2016-03-01 09:11:32 -08:00
network.go Use the default interface for reporting network stats. 2016-03-01 16:17:04 -08:00
plugins.go kubelet/cni/kubenet: use common container IP address functions 2016-06-22 11:36:10 -05:00
plugins_test.go kubenet masqurade for outbound traffic 2016-06-09 18:43:34 -07:00