mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-14 06:32:43 -04:00
Automatic merge from submit-queue Add docker client version. Addressed https://github.com/kubernetes/kubernetes/issues/29478#issuecomment-248197665. This partially reverted #31540, because currently we are really trying to connect to docker daemon when creating the client. This PR updated docker client with real docker apiversion with `UpdateClientVersion`, so that the version related logic of engine-api can work properly, such as https://github.com/docker/engine-api/pull/174/files. @yujuhong @feiskyer |
||
|---|---|---|
| .. | ||
| build | ||
| environment | ||
| jenkins | ||
| remote | ||
| runner | ||
| services | ||
| apparmor_test.go | ||
| benchmark_util.go | ||
| cgroup_manager_test.go | ||
| container.go | ||
| container_manager_test.go | ||
| density_test.go | ||
| disk_eviction_test.go | ||
| doc.go | ||
| dynamic_kubelet_configuration_test.go | ||
| e2e_node_suite_test.go | ||
| gubernator.sh | ||
| image.go | ||
| image_conformance_test.go | ||
| image_list.go | ||
| kubelet_test.go | ||
| memory_eviction_test.go | ||
| mirror_pod_test.go | ||
| OWNERS | ||
| README.md | ||
| resource_collector.go | ||
| resource_usage_test.go | ||
| runtime_conformance_test.go | ||
| util.go | ||
![]()
PLEASE NOTE: This document applies to the HEAD of the source tree
If you are using a released version of Kubernetes, you should refer to the docs that go with that version.
The latest release of this document can be found [here](http://releases.k8s.io/release-1.1/docs/devel/collab.md).Documentation for other releases can be found at releases.k8s.io.
See e2e-node-tests