I'm using <https://github.com/nolar/setup-k3d-k3s>...
# k3d
m
I'm using https://github.com/nolar/setup-k3d-k3s to run k3d in a github actions workflow. This mostly works well, but when something fails, I find that it's very difficult to reliably output the logs of a running container. If I do
kubectl logs ...
, sometimes I get output from that, but mostly I don't. Have anyone experienced anything similar?