Skip to content

Update e2e-node-tests.md to include KUBE_ROOT #8401

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions contributors/devel/sig-node/e2e-node-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ Node e2e tests are component tests meant for testing the Kubelet code on a custo
*Note: There is no scheduler running. The e2e tests have to do manual scheduling, e.g. by using `framework.PodClient`.*

# Running tests
To ensure node e2e test build can locate the Kubernetes source code, please take one of the following actions:
- *Set the `KUBE_ROOT` environment variable* to the absolute path of the directory where the Kubernetes repository has been cloned.
- *Clone the Kubernetes repository* into the default location: `~/k8s.io/kubernetes`.

## Locally

Expand Down