kubernetes/test/e2e_node/services
Elana Hashman a77f4f4c29
Log e2e-node kubelet output directly to file
For some reason when we send them to journald, many log lines are
consistently dropped as soon as the PLEG is started.

If we log directly to file, we don't have this problem. As a bonus, if
the tests crash, the kubelet logs will always be available since they
were already written; otherwise we normally wait until the end of the
test run to collect them from journald, meaning that we often end up
with empty logs.
2021-07-30 15:35:42 -07:00
..
apiserver.go allow multiple of --service-account-issuer 2021-04-19 09:54:11 -07:00
internal_services.go switch over k/k to use klog v2 2020-05-16 07:54:27 -04:00
kubelet.go Log e2e-node kubelet output directly to file 2021-07-30 15:35:42 -07:00
logs.go capture additional logs related to containerd 2021-03-07 13:48:07 -05:00
namespace_controller.go refactor: migrate node e2e tests off insecure port 2020-10-20 00:12:58 +08:00
server.go e2e node server: fix crash in log line 2021-07-30 12:36:00 -05:00
services.go reenable e2e_node services & debugging improvements 2020-11-03 10:09:56 -08:00
util.go refactor: migrate node e2e tests off insecure port 2020-10-20 00:12:58 +08:00