kubernetes/test/e2e/node
2026-05-15 15:45:52 -04:00
..
apparmor.go
container_termination_metrics.go
crictl.go
events.go
examples.go
framework.go
gpu.go test/e2e/node: explain v12.5 pin for cuda-samples on arm64 2026-04-20 07:07:50 -04:00
kubelet.go e2e: skip HostCleanup test when worker has no NodeExternalIP 2026-05-15 15:45:52 -04:00
kubelet_authz.go
kubelet_perf.go clean up: remove loop variable capture 2026-04-28 23:53:27 +02:00
mount_propagation.go
node_lifecycle.go
node_problem_detector.go
OWNERS
pod_admission.go Add integration tests. 2026-03-18 19:20:10 +00:00
pod_gc.go
pod_resize.go Merge pull request #134950 from Karthik-K-N/fix-inplace-flake 2026-04-25 11:12:46 +05:30
pods.go Merge pull request #137749 from dims/dsrinivas/issue-135713-pod-status-exit-2 2026-03-21 23:28:24 +05:30
pre_stop.go
README.md
runtimeclass.go
security_context.go
ssh.go
taints.go

WARNING: Do not add tests in this directory

There are two types of end-to-end tests in Kubernetes:

Tests located in ${KUBE_ROOT}/test/e2e/common are shared by both Cluster and Node E2E test jobs. Tests in ${KUBE_ROOT}/test/e2e_node are exclusively owned by Node E2E. If you want to add a test, most likely than not, you want to add the test to one of the two directories mentioned above. If you are unsure, please check with the OWNER of the directory. This directory currently contains misplaced and legacy tests; they will be cleaned up in the future.