kubernetes/pkg/kubelet/container
vefimova fc8a37ec86 Added ability for Docker containers to set usage of dns settings along with hostNetwork is true
Introduced chages:
   1. Re-writing of the resolv.conf file generated by docker.
      Cluster dns settings aren't passed anymore to docker api in all cases, not only for pods with host network:
      the resolver conf will be overwritten after infra-container creation to override docker's behaviour.

   2. Added new one dnsPolicy - 'ClusterFirstWithHostNet', so now there are:
      - ClusterFirstWithHostNet - use dns settings in all cases, i.e. with hostNet=true as well
      - ClusterFirst - use dns settings unless hostNetwork is true
      - Default

Fixes #17406
2017-03-01 17:10:00 +00:00
..
testing Added ability for Docker containers to set usage of dns settings along with hostNetwork is true 2017-03-01 17:10:00 +00:00
BUILD Remove extra operations when generating pod sandbox configuration. 2017-02-24 15:06:03 -08:00
cache_test.go start the apimachinery repo 2017-01-11 09:09:48 -05:00
cache.go start the apimachinery repo 2017-01-11 09:09:48 -05:00
container_gc.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
container_reference_manager.go cmd/kubelet 2016-11-23 15:53:09 -08:00
helpers_test.go Remove extra operations when generating pod sandbox configuration. 2017-02-24 15:06:03 -08:00
helpers.go Added ability for Docker containers to set usage of dns settings along with hostNetwork is true 2017-03-01 17:10:00 +00:00
os.go Use chmod to bypass umask on termination log file 2017-01-23 12:26:37 -05:00
pty_linux.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
pty_unsupported.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
ref_test.go refactor: use metav1.ObjectMeta in other types 2017-01-17 16:17:19 -05:00
ref.go move client/record 2017-01-31 19:14:13 -05:00
resize.go start the apimachinery repo 2017-01-11 09:09:48 -05:00
runtime_cache_fake.go fix go vet errors 2016-08-10 16:45:41 -07:00
runtime_cache_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
runtime_cache.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
runtime.go Merge pull request #33684 from fraenkel/port_forward_ws 2017-02-01 23:19:02 -08:00
sync_result_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
sync_result.go start the apimachinery repo 2017-01-11 09:09:48 -05:00