k3s/test/e2e_node
Kubernetes Submit Queue 0f5f82fa44 Merge pull request #53416 from krzyzacy/nodeconfig-path
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Add a flag to customize config relative dir

So while migrating nodee2e configs to test-infra, I found out that I'd need to have a better support for [user-data](https://github.com/kubernetes/test-infra/blob/master/jobs/e2e_node/image-config.yaml#L11). However it's not wise to use an [absolute path](https://github.com/kubernetes/test-infra/blob/master/jobs/config.json#L9309), having the config dir to be configurable will be a better solution here, and as well for later on support run local node tests from test-infra.

Currently the job references to the image configs from test-infra, but read metadata from kubernetes, which is wrong :-\


/assign @yguo0905 @Random-Liu
2017-10-12 00:57:29 -07:00
..
builder Use buildozer to delete licenses() rules except under third_party/ 2017-08-11 09:32:39 -07:00
conformance use more-specific arm64v8 instead of deprecated aarch64 organization 2017-08-21 10:18:19 +08:00
environment Support remote runtimes with native cAdvisor support 2017-08-31 16:41:53 -04:00
jenkins Let node test subcommand be an arg 2017-09-28 13:47:51 -07:00
perftype Use buildozer to delete licenses() rules except under third_party/ 2017-08-11 09:32:39 -07:00
remote Add extra log and node env support. 2017-10-10 18:07:08 -07:00
runner Merge pull request #53416 from krzyzacy/nodeconfig-path 2017-10-12 00:57:29 -07:00
services Add extra log and node env support. 2017-10-10 18:07:08 -07:00
system add tags to e2e and integration tests 2017-09-21 15:53:23 -07:00
BUILD Make feature gates loadable from a map[string]bool 2017-10-10 09:37:51 -07:00
OWNERS
README.md
apparmor_test.go Port e2e tests for multi architecture 2017-09-01 05:40:52 +05:30
benchmark_util.go Replace hard-code "cpu" and "memory" to consts 2017-08-16 16:37:50 +08:00
container.go
container_manager_test.go Port e2e tests for multi architecture 2017-09-01 05:40:52 +05:30
cpu_manager_test.go Make feature gates loadable from a map[string]bool 2017-10-10 09:37:51 -07:00
critical_pod_test.go Make feature gates loadable from a map[string]bool 2017-10-10 09:37:51 -07:00
density_test.go
doc.go
docker_test.go Merge pull request #51634 from verb/sharedpid-default-off 2017-09-05 18:40:33 -07:00
docker_util.go Explicitly enable docker shared-pid for e2e_node 2017-09-01 23:50:11 +02:00
dockershim_checkpoint_test.go
dynamic_kubelet_config_test.go Improve dynamic kubelet config e2e node test and fix bugs 2017-09-07 15:50:17 -07:00
e2e_node_suite_test.go
eviction_test.go Mulligan: Remove deprecated and experimental fields from KubeletConfiguration 2017-10-11 09:52:39 -07:00
garbage_collector_test.go Port e2e tests for multi architecture 2017-09-01 05:40:52 +05:30
gke_environment_test.go Add node e2e test for Docker's live-restore 2017-08-17 16:58:21 -07:00
gpu_device_plugin.go Make feature gates loadable from a map[string]bool 2017-10-10 09:37:51 -07:00
gpus.go Make feature gates loadable from a map[string]bool 2017-10-10 09:37:51 -07:00
gubernator.sh
image_id_test.go
image_list.go Merge pull request #52250 from RenaudWasTaken/e2e-device-plugin-failure 2017-09-27 05:32:30 -07:00
kubelet_test.go Port e2e tests for multi architecture 2017-09-01 05:40:52 +05:30
lifecycle_hook_test.go Port e2e tests for multi architecture 2017-09-01 05:40:52 +05:30
log_path_test.go Port e2e tests for multi architecture 2017-09-01 05:40:52 +05:30
memory_eviction_test.go Replace hard-code "cpu" and "memory" to consts 2017-08-16 16:37:50 +08:00
mirror_pod_test.go Port e2e tests for multi architecture 2017-09-01 05:40:52 +05:30
node_container_manager_test.go update cadvisor, docker, and runc godeps 2017-09-05 12:38:57 -07:00
node_problem_detector_linux.go update e2e tests and yaml files 2017-08-23 14:05:21 +08:00
pods_container_manager_test.go Port e2e tests for multi architecture 2017-09-01 05:40:52 +05:30
resource_collector.go
resource_usage_test.go
restart_test.go
runtime_conformance_test.go Port e2e tests for multi architecture 2017-09-01 05:40:52 +05:30
security_context_test.go Fix host network flake tests 2017-09-27 13:44:22 +08:00
simple_mount.go
summary_test.go Summary tests should report rss usage now 2017-09-11 13:12:04 -04:00
util.go Make feature gates loadable from a map[string]bool 2017-10-10 09:37:51 -07:00
volume_manager_test.go Port e2e tests for multi architecture 2017-09-01 05:40:52 +05:30

README.md