Files
kubernetes/pkg/kubelet
Kubernetes Submit Queue f74fbfc044 Merge pull request #35240 from yujuhong/ns_fix
Automatic merge from submit-queue

Return an empty network namespace path for exited infra containers

If the infra container has already terminated, `docker inspect` will report
pid 0. The path constructed using the pid to check the network namespace of
the process will be invalid. This commit changes docker to report an empty
path to stop kubenet from erroring out whenever TearDown is called on an
exited infra container.
    
This is not a fix for all the plugins, as some plugins may require the actual
network namespace to tear down properly.
2016-10-21 03:12:57 -07:00
..
2016-09-22 09:12:37 -04:00
2016-08-17 16:21:19 -04:00
2016-10-10 18:46:06 -04:00
2016-10-12 22:33:58 -07:00
2016-07-16 13:48:21 -04:00
2016-07-16 13:48:21 -04:00
2016-10-17 16:47:35 +03:00
2016-10-13 21:12:15 -07:00
2016-08-03 13:19:22 +08:00
2016-08-22 23:35:11 -04:00