mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-04-09 19:36:28 -04:00
Also includes other improvements: - Makefile rule to run tests against remote instance using existing host or image - Makefile will reuse an instance created from an image if it was not torn down - Runner starts gce instances in parallel with building source - Runner uses instance ip instead of hostname so that it doesn't need to resolve - Runner supports cleaning up files and processes on an instance without stopping / deleting it - Runner runs tests using `ginkgo` binary to support running tests in parallel |
||
|---|---|---|
| .. | ||
| environment | ||
| jenkins | ||
| runner | ||
| container.go | ||
| container_list.go | ||
| container_manager_test.go | ||
| doc.go | ||
| e2e_build.go | ||
| e2e_node_suite_test.go | ||
| e2e_remote.go | ||
| e2e_service.go | ||
| exec_util.go | ||
| image.go | ||
| image_conformance_test.go | ||
| kubelet_test.go | ||
| mirror_pod_test.go | ||
| OWNERS | ||
| privileged_test.go | ||
| README.md | ||
| 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