twosigma/waiter

Log capture for Kubernetes tests in Travis

DaoWen opened this issue · 1 comments

We currently have no way to capture and dump the output from Kubernetes pods running in our Travis test jobs. I found an example of a pretty simple setup (using fluentd) that would let us grab stdout/stderr on all running pods and cat them all into a single long-running system pod:

https://github.com/joatmon08/kubernetes-reference/tree/master/logging

We could then use kubectl logs to dump all the output to a file for debugging failures.

We should also ensure that Kitchen defaults to use stream=sys.stderr for logging when it's running in our test container on Kubernetes.

Fixed in #359.