mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-01 13:10:37 -05:00
Automatic merge from submit-queue Node E2E: Disable kubenet for local node e2e test. After https://github.com/kubernetes/kubernetes/pull/28196, we must manually setup cni and nsenter in local node to run `make test_e2e_node`, which may not be necessary for local development. I've tried to move cni downloading logic into `BeforeSuite`, however it is still hard to figure out who should install nsenter, manually installed by every developer? in the `setup_host.sh` script? in `BeforeSuite`? This PR: * Added a flag to disable kubenet and disabled kubenet in local test. * Cleaned up the CNI installation logic a bit. /cc @yujuhong @freehan []() |
||
|---|---|---|
| .. | ||
| environment | ||
| jenkins | ||
| runner | ||
| configmap.go | ||
| container.go | ||
| container_list.go | ||
| container_manager_test.go | ||
| doc.go | ||
| downward_api_test.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