mirror of https://github.com/k3s-io/k3s
![]() Automatic merge from submit-queue CRI: Add dockershim grpc server. This PR adds a in-process grpc server for dockershim. Flags change: 1. `container-runtime` will not be automatically set to remote when `container-runtime-endpoint` is set. @feiskyer 2. set kubelet flag `--experimental-runtime-integration-type=remote --container-runtime-endpoint=UNIX_SOCKET_FILE_PATH` to enable the in-process dockershim grpc server. 3. set node e2e test flag `--runtime-integration-type=remote -container-runtime-endpoint=UNIX_SOCKET_FILE_PATH` to run node e2e test against in-process dockershim grpc server. I've run node e2e test against the remote cri integration, tests which don't rely on stream and log functions can pass. This unblocks the following work: 1) CRI conformance test. 2) Performance comparison between in-process integration and in-process grpc integration. @yujuhong @feiskyer /cc @kubernetes/sig-node |
||
---|---|---|
.. | ||
builder | ||
environment | ||
jenkins | ||
remote | ||
runner | ||
services | ||
BUILD | ||
OWNERS | ||
README.md | ||
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_id_test.go | ||
image_list.go | ||
kubelet_test.go | ||
lifecycle_hook_test.go | ||
memory_eviction_test.go | ||
mirror_pod_test.go | ||
resource_collector.go | ||
resource_usage_test.go | ||
runtime_conformance_test.go | ||
simple_mount.go | ||
summary_test.go | ||
util.go |
README.md
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