![]() * It is observed in some of the periodic job results that the kubelet along with few other logs are not getting copied to the artifacts directory once the node e2e tests are executed * Following is the sample error log that is displayed once the tests are run ``` I1031 13:15:49.056897 40204 ssh.go:146] Running the command ssh, with args: [-o UserKnownHostsFile=/dev/null -o IdentitiesOnly=yes -o CheckHostIP=no -o StrictHostKeyChecking=no -o ServerAliveInterval=30 -o LogLevel=ERROR -i /home/svanka/.ssh/google_compute_engine core@35.185.108.51 -- sudo ls core@35.185.108.51:/tmp/node-e2e-20231031T125637/results/*.log] E1031 13:16:15.346641 40204 ssh.go:149] failed to run SSH command: out: ls: cannot access 'core@35.185.108.51:/tmp/node-e2e-20231031T125637/results/*.log': No such file or directory , err: exit status 2 ``` * This change fixes the above issue and helps in gathering the required test artifacts once the tests execution is completed Signed-off-by: Sai Ramesh Vanka <svanka@redhat.com> |
||
---|---|---|
.. | ||
gce | ||
cadvisor_e2e.go | ||
node_conformance.go | ||
node_e2e.go | ||
remote.go | ||
run_remote_suite.go | ||
runner.go | ||
ssh_runner.go | ||
ssh.go | ||
types.go | ||
utils.go |