mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-15 15:12:30 -04:00
Automatic merge from submit-queue Node Conformance Test: Start e2e services in a separate process For https://github.com/kubernetes/kubernetes/issues/30122. This is the first step of https://github.com/kubernetes/kubernetes/issues/30174. This PR added a `start-services-only` mode in the test suite, and start all e2e services in a separate process by run the test binary again in `start-services-only` mode. |
||
|---|---|---|
| .. | ||
| environment | ||
| jenkins | ||
| runner | ||
| apparmor_test.go | ||
| cgroup_manager_test.go | ||
| container.go | ||
| container_manager_test.go | ||
| density_test.go | ||
| disk_eviction_test.go | ||
| doc.go | ||
| e2e_build.go | ||
| e2e_node_suite_test.go | ||
| e2e_remote.go | ||
| e2e_service.go | ||
| 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