mirror of https://github.com/k3s-io/k3s
![]() Automatic merge from submit-queue Node E2E: Set user with `--ssh-user` flag when running remote node e2e. This PR unblocks https://github.com/kubernetes/test-infra/issues/1348. In our test environment, we must login test instance as user `jenkins` because of the service account. Node e2e is always using the default user on the host, which works fine till now, because it is always run as `jenkins` in our test environment. However, now we moved the test runner into a docker container, inside the container user is `root` by default, which will cause error: ``` Permission denied (publickey) ``` This PR added a flag `--ssh-user` to explicitly specify the user used to ssh into test instance. The dockerized test runner can set user to `jenkins` with this flag. @krzyzacy @ixdy |
||
---|---|---|
.. | ||
builder | ||
conformance | ||
environment | ||
jenkins | ||
remote | ||
runner | ||
services | ||
system | ||
BUILD | ||
OWNERS | ||
README.md | ||
apparmor_test.go | ||
benchmark_util.go | ||
cgroup_manager_test.go | ||
container.go | ||
container_manager_test.go | ||
density_test.go | ||
disk_eviction_test.go | ||
doc.go | ||
dynamic_kubelet_configuration_test.go | ||
e2e_node_suite_test.go | ||
garbage_collector_test.go | ||
gubernator.sh | ||
image_id_test.go | ||
image_list.go | ||
inode_eviction_test.go | ||
kubelet_test.go | ||
lifecycle_hook_test.go | ||
log_path_test.go | ||
memory_eviction_test.go | ||
mirror_pod_test.go | ||
resource_collector.go | ||
resource_usage_test.go | ||
restart_test.go | ||
runtime_conformance_test.go | ||
simple_mount.go | ||
summary_test.go | ||
util.go | ||
volume_manager_test.go |
README.md
See e2e-node-tests