kubernetes/pkg/kubelet/network
k8s-merge-robot 350efaf13d Merge pull request #26096 from euank/set-pod-ip
Automatic merge from submit-queue

rkt: Pass through podIP

This is needed for the /etc/hosts mount and the downward API to work.
Furthermore, this is required for the reported `PodStatus` to be
correct.

The `Status` bit mostly worked prior to #25062, and this restores that
functionality in addition to the new functionality.

In retrospect, the regression in status is large enough the prior PR should have included at least some of this; my bad for not realizing the full implications there.

#25902 is needed for downwards api stuff, but either merge order is fine as neither will break badly by itself.

cc @yifan-gu @dcbw
2016-05-28 12:40:39 -07:00
..
cni rkt: Add tests for GarbageCollect(). 2016-05-13 15:13:52 -07:00
exec kubenet: set bridge promiscuous mode based on hairpinMode 2016-05-12 10:02:33 -05:00
hairpin Allow using netns path instead of container PID to change hairpin mode 2016-05-18 09:25:42 -05:00
kubenet Merge pull request #26208 from freehan/kubenetteardownfix 2016-05-27 09:59:03 -07:00
mock_network networkplugins: Add mock network plugin 2016-05-25 10:07:54 -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_test.go kubenet: set bridge promiscuous mode based on hairpinMode 2016-05-12 10:02:33 -05:00
plugins.go Make IsValidLabelValue return error strings 2016-05-17 21:36:10 -07:00