mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-29 05:43:50 -04:00
Automatic merge from submit-queue e2e_node: port privileged pod tests from test/e2e/priviliged.go The ported test is functionally the same as the original test. The main difference between the two tests is that the original test relies on `kubectl` to exec into the container, while the latter directly uses the REST client of the apiserver. This avoids the need to copy kubectl to the node under test. |
||
|---|---|---|
| .. | ||
| environment | ||
| jenkins | ||
| runner | ||
| conformance_test.go | ||
| container.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 | ||
| kubelet_test.go | ||
| privileged_test.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