kne icon indicating copy to clipboard operation
kne copied to clipboard

Add a flag to kne cli root that can dump k8 logs on failure

Open alexmasi opened this issue 1 year ago • 0 comments

It would be useful to have an optional flag that applies mainly to kne deploy and kne create that dumps the kubectl logs for a number of things on cmd failure.

Maybe: - kubectl get pods -A - kubectl logs for each pod thats not healthy - kubectl describe for each pod thats not healthy

alexmasi avatar Dec 05 '23 18:12 alexmasi