k3d icon indicating copy to clipboard operation
k3d copied to clipboard

runtimes: enable log export feature

Open harshanarayana opened this issue 7 months ago • 2 comments

What

This feature adds an ability to export Cluster logs using the k3d binaries.

Why

Tools like kind has been supporting the ability to export logs from the cluster using their native tooling for a while. This ability to export the logs using k3d can be super helpful when doing local development and test experiments. Instead of having to individually collect the logs, this command can be one stop shop for all standard commands to be aggregated.

Implications

This changes the Runtime interface and hence this is a backward incompatible change.

If this is an acceptable change to be included, I will be more than happy to take care of including a few more things to the supported export of logs.

harshanarayana avatar Jul 17 '24 14:07 harshanarayana