kubernetes/pkg/kubelet/dockershim
Kubernetes Submit Queue 1cca341b17 Merge pull request #47850 from dcbw/checkpoint-hostnetwork
Automatic merge from submit-queue (batch tested with PRs 47850, 47835, 46197, 47250, 48284)

dockershim: checkpoint HostNetwork property

To ensure kubelet doesn't attempt network teardown on HostNetwork
containers that no longer exist but are still checkpointed, make
sure we preserve the HostNetwork property in checkpoints.  If
the checkpoint indicates the container was a HostNetwork one,
don't tear down the network since that would fail anyway.

Related: https://github.com/kubernetes/kubernetes/issues/44307#issuecomment-299548609

@freehan @kubernetes/sig-network-misc
2017-06-29 15:16:37 -07:00
..
cm Support TCP type runtime endpoint for kubelet. 2017-05-25 09:16:11 +08:00
errors update bazel 2017-02-15 10:06:49 -08:00
fixtures/seccomp Add the seccomp profile loading test to dockershim 2017-05-03 12:55:56 -07:00
libdocker run hack/update-all 2017-06-22 11:31:03 -07:00
remote Update CRI references 2017-06-09 10:16:40 +08:00
securitycontext run hack/update-all 2017-06-22 11:31:03 -07:00
testing update bazel 2017-02-15 10:06:49 -08:00
BUILD Move seccomp helper methods and tests to platform-specific files. 2017-06-23 09:49:06 +08:00
checkpoint_store_test.go initialize directory while creating checkpoint file store 2017-02-17 16:56:46 -08:00
checkpoint_store.go dockershim: call sync() after writing the checkpoint 2017-03-14 18:36:51 -07:00
convert_test.go Update CRI references 2017-06-09 10:16:40 +08:00
convert.go Update CRI references 2017-06-09 10:16:40 +08:00
doc.go Update CRI references 2017-06-09 10:16:40 +08:00
docker_checkpoint_test.go dockershim: checkpoint HostNetwork property 2017-06-21 13:10:47 -05:00
docker_checkpoint.go dockershim: checkpoint HostNetwork property 2017-06-21 13:10:47 -05:00
docker_container_test.go Update CRI references 2017-06-09 10:16:40 +08:00
docker_container.go parse executable not found error 2017-06-13 23:31:56 -04:00
docker_image_test.go Update CRI references 2017-06-09 10:16:40 +08:00
docker_image.go Update CRI references 2017-06-09 10:16:40 +08:00
docker_legacy_test.go Move docker client code from dockertools to dockershim/dockerlib 2017-05-05 11:48:08 -07:00
docker_legacy.go Update CRI references 2017-06-09 10:16:40 +08:00
docker_sandbox_test.go dockershim: don't spam logs with pod IP errors before networking is ready 2017-06-12 15:07:38 -05:00
docker_sandbox.go dockershim: checkpoint HostNetwork property 2017-06-21 13:10:47 -05:00
docker_service_test.go dockershim: don't spam logs with pod IP errors before networking is ready 2017-06-12 15:07:38 -05:00
docker_service.go Merge pull request #47900 from yiqinguo/yiqinguo_add_type_judgment 2017-06-29 04:00:18 -07:00
docker_stats.go Update CRI references 2017-06-09 10:16:40 +08:00
docker_streaming.go Update CRI references 2017-06-09 10:16:40 +08:00
exec.go Move client/unversioned/remotecommand to client-go 2017-05-15 16:28:56 +03:00
helpers_linux_test.go Move seccomp helper methods and tests to platform-specific files. 2017-06-23 09:49:06 +08:00
helpers_linux.go Move seccomp helper methods and tests to platform-specific files. 2017-06-23 09:49:06 +08:00
helpers_test.go Move seccomp helper methods and tests to platform-specific files. 2017-06-23 09:49:06 +08:00
helpers_unsupported.go Update CRI references 2017-06-09 10:16:40 +08:00
helpers_windows.go run root-rewrite-v1-..., compile 2017-06-22 10:25:57 -07:00
helpers.go Move seccomp helper methods and tests to platform-specific files. 2017-06-23 09:49:06 +08:00
naming_test.go Update CRI references 2017-06-09 10:16:40 +08:00
naming.go Update CRI references 2017-06-09 10:16:40 +08:00
security_context_test.go Update CRI references 2017-06-09 10:16:40 +08:00
security_context.go run root-rewrite-v1-..., compile 2017-06-22 10:25:57 -07:00